This website requires JavaScript.
Explore
Help
Sign In
ops
/
docker-run-action
Watch
1
Star
0
Fork
0
You've already forked docker-run-action
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
develop
docker-run-action
/
Dockerfile
8 lines
102 B
Docker
Raw
Permalink
Normal View
History
Unescape
Escape
setup docker run action
2020-06-17 18:47:31 -04:00
FROM
docker:19.03
fix command
2020-06-17 19:03:19 -04:00
RUN
apk add bash
add bash dependency
2020-06-17 19:01:18 -04:00
setup docker run action
2020-06-17 18:47:31 -04:00
COPY
entrypoint.sh /entrypoint.sh
ENTRYPOINT
[
"/entrypoint.sh"
]
Reference in New Issue
Copy Permalink