This website requires JavaScript.
Explore
Help
Sign In
addnab
/
docker-run-action
Watch
1
Star
0
Fork
0
You've already forked docker-run-action
mirror of
https://github.com/addnab/docker-run-action.git
synced
2024-12-26 10:41:02 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
docker-run-action
/
Dockerfile
8 lines
102 B
Docker
Raw
Permalink
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