Try this
This commit is contained in:
parent
2ee202a4bf
commit
c3ecddcf3d
|
@ -8,5 +8,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||
COPY views ./
|
||||
COPY static ./
|
||||
COPY app.py ./
|
||||
COPY thesethreewords.py ./
|
||||
|
||||
CMD [ "python", "./app.py" ]
|
Loading…
Reference in New Issue