From 54935c3daa577c7558b9161dc698ad307d89ea22 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Fri, 21 Apr 2023 09:20:55 -0600 Subject: [PATCH] Update Dockerfile --- container/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/container/Dockerfile b/container/Dockerfile index 06816e5..227afc5 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -1,5 +1,6 @@ FROM ubuntu:22.04 COPY ./file.txt /file.txt +COPY ./file.txt /file2.txt CMD ["sh", "-c", "echo Hello"]