diff --git a/1_dockerfile/bash/Dockerfile b/1_dockerfile/bash/Dockerfile index e69de29..1fe85eb 100644 --- a/1_dockerfile/bash/Dockerfile +++ b/1_dockerfile/bash/Dockerfile @@ -0,0 +1,3 @@ +FROM ubuntu:18.04 +COPY to_run.sh /root/to_run.sh +CMD ["/bin/bash", "/root/to_run.sh"] \ No newline at end of file