mirror of
https://github.com/bendtherules/hello-github-actions.git
synced 2026-08-18 13:53:58 +00:00
Add dockerfile
to create env
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM debian:9.5-slim
|
||||
|
||||
ADD entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user