This website requires JavaScript.
Explore
Help
Sign In
ops
/
docker-run-action
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7444b2b5ac1e9689f7a837940ad225ac534e3b5e
docker-run-action
/
Dockerfile
T
6 lines
84 B
Docker
Raw
Normal View
History
Unescape
Escape
setup docker run action
2020-06-17 18:47:31 -04:00
FROM
docker:19.03
COPY
entrypoint.sh /entrypoint.sh
ENTRYPOINT
[
"/entrypoint.sh"
]
Reference in New Issue
Copy Permalink