This website requires JavaScript.
Explore
Help
Sign In
cubetiq
/
starter-docker-github-actions
Watch
1
Star
0
Fork
0
You've already forked starter-docker-github-actions
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
ae83b97fa5
starter-docker-github-actions
/
Dockerfile
7 lines
102 B
Docker
Raw
Normal View
History
Unescape
Escape
Add github action with latest docker version
2021-03-26 20:30:02 +07:00
FROM
docker:latest
RUN
apk add bash
COPY
entrypoint.sh /entrypoint.sh
ENTRYPOINT
[
"/entrypoint.sh"
]
Reference in New Issue
Copy Permalink