From 0db5a4bf96b06899590ccb02b1a599ede7aa52c6 Mon Sep 17 00:00:00 2001 From: rasheedtaiwo <57541060+rasheedtaiwo@users.noreply.github.com> Date: Fri, 20 Mar 2020 04:08:31 +0100 Subject: [PATCH] Added the part --- Action-a/Docker-file | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Action-a/Docker-file diff --git a/Action-a/Docker-file b/Action-a/Docker-file new file mode 100644 index 0000000..44e85cb --- /dev/null +++ b/Action-a/Docker-file @@ -0,0 +1,5 @@ +FROM debian:9.5-slim + +ADD entrypoint.sh /entrypoint.sh +RUN chmod +x /entrypoint.sh +ENTRYPOINT ["/entrypoint.sh"]