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