parameters #2

Merged
kleph merged 1 commit from parameters into master 2020-02-22 03:06:27 +01:00
Showing only changes of commit 6b0cba8511 - Show all commits

View file

@ -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"]