Add docker_action.yaml
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
FROM ubuntu:latest
|
||||
|
||||
COPY entrypoint.sh entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user