Fix template path in docker image
This commit is contained in:
parent
543b9c7260
commit
6b0cba8511
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM python:slim
|
|||
|
||||
RUN pip install flask
|
||||
COPY beer.py /beer.py
|
||||
COPY static /static
|
||||
COPY templates /templates
|
||||
EXPOSE 5000
|
||||
|
||||
CMD ["python", "/beer.py"]
|
||||
|
|
Loading…
Reference in a new issue