This website requires JavaScript.
Explore
Help
Sign In
actions
/
hello-world-docker-action
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
61d041ed97d7adbd2f35c9aa317ab054a2c241c7
hello-world-docker-action
/
Dockerfile
T
6 lines
83 B
Docker
Raw
Normal View
History
Unescape
Escape
Initial commit
2019-08-03 21:11:09 -07:00
FROM
alpine:3.10
COPY
entrypoint.sh /entrypoint.sh
ENTRYPOINT
[
"/entrypoint.sh"
]
Reference in New Issue
Copy Permalink