From 6a94572135fb7876c1ab7961a53a6bc2fa9cc548 Mon Sep 17 00:00:00 2001 From: HenriBoulnois <72384047+HenriBoulnois@users.noreply.github.com> Date: Mon, 4 Oct 2021 10:48:36 +0200 Subject: [PATCH] Update Dockerfile --- 1_dockerfile/bash/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/1_dockerfile/bash/Dockerfile b/1_dockerfile/bash/Dockerfile index e69de29..6c4e126 100644 --- a/1_dockerfile/bash/Dockerfile +++ b/1_dockerfile/bash/Dockerfile @@ -0,0 +1,3 @@ +FROM ubuntu +COPY to_run.sh to_run.sh +ENTRYPOINT ["/bin/bash","to_run.sh"]