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