Copy over words

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

View File

@ -7,6 +7,7 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY views ./
COPY static ./
COPY words ./
COPY app.py ./
COPY thesethreewords.py ./