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
3e77f186b7a929ef010f183a9e24c0f9955ea609
docker-run-action
/
Dockerfile
8 lines
102 B
Docker
Raw
Normal View
History
Unescape
Escape
Upgrade to more recent image of Docker
2021-03-16 10:40:17 -04:00
FROM
docker:20.10
setup docker run action
2020-06-17 18:47:31 -04:00
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