quick test

This commit is contained in:
mmcwilliams 2024-06-28 09:39:38 -04:00
parent ec63b3a5d1
commit 8eb39aa2dd
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ COPY words ./
COPY app.py ./
COPY thesethreewords.py ./
CMD [ "python", "./app.py" ]
CMD [ "ls", "-lh", "words" ]