From 829880a51f8bd712ff5f42c361fbd1416be3502f Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Fri, 28 Jun 2024 09:40:13 -0400 Subject: [PATCH] quick test 2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index df2262b..80308df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,4 @@ COPY words ./ COPY app.py ./ COPY thesethreewords.py ./ -CMD [ "ls", "-lh", "words" ] \ No newline at end of file +CMD [ "ls", "-lh", "." ] \ No newline at end of file