This website requires JavaScript.
Explore
Help
Register
Sign In
actions
/
copy
Watch
1
Star
0
Fork
0
You've already forked copy
mirror of
https://github.com/canastro/copy-action.git
synced
2024-12-27 19:45:02 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
84a678cc67
copy
/
Dockerfile
3 lines
80 B
Docker
Raw
Normal View
History
Unescape
Escape
use alpine:latest (#1) * use alpine:latest * change entrypoint * change script * fix typo
2020-01-04 18:21:36 +08:00
FROM
alpine:latest
COPY
entrypoint /usr/bin/entrypoint
ENTRYPOINT
[
"entrypoint"
]
Reference in New Issue
Copy Permalink