From 2f138ca8220cd39e6adc01f9544bde4b1999a864 Mon Sep 17 00:00:00 2001 From: SimonBurdy <71975664+SimonBurdy@users.noreply.github.com> Date: Wed, 6 Oct 2021 20:52:01 +0200 Subject: [PATCH] - docker file --- 1_dockerfile/bash/Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/1_dockerfile/bash/Dockerfile b/1_dockerfile/bash/Dockerfile index e69de29..2a16291 100644 --- a/1_dockerfile/bash/Dockerfile +++ b/1_dockerfile/bash/Dockerfile @@ -0,0 +1,5 @@ +FROM ubuntu:18.04 + +COPY to_run.sh to_run.sh + +CMD ["/bin/bash", "to_run.sh"]