From b8aebe83f0671d1b76d28862182a87f4f1c2940d Mon Sep 17 00:00:00 2001 From: David Boreham Date: Fri, 21 Apr 2023 09:16:49 -0600 Subject: [PATCH] Update Dockerfile --- container/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/container/Dockerfile b/container/Dockerfile index 7749a86..06816e5 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -1,3 +1,5 @@ FROM ubuntu:22.04 +COPY ./file.txt /file.txt + CMD ["sh", "-c", "echo Hello"]