Copy over words
This commit is contained in:
parent
2b90d9a495
commit
ec63b3a5d1
|
@ -7,6 +7,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
COPY views ./
|
COPY views ./
|
||||||
COPY static ./
|
COPY static ./
|
||||||
|
COPY words ./
|
||||||
COPY app.py ./
|
COPY app.py ./
|
||||||
COPY thesethreewords.py ./
|
COPY thesethreewords.py ./
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue