This website requires JavaScript.
Explore
Help
Sign In
actions
/
zcong1993-actions-ding
Watch
1
Star
0
Fork
You've already forked zcong1993-actions-ding
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
v2
zcong1993-actions-ding
/
docker
/
Dockerfile
6 lines
95 B
Docker
Raw
Permalink
Normal View
History
Unescape
Escape
init
2019-08-26 15:24:49 +08:00
FROM
appropriate/curl:latest
Initial commit
2019-08-26 14:36:42 +08:00
COPY
entrypoint.sh /entrypoint.sh
ENTRYPOINT
[
"/entrypoint.sh"
]