yespage fixed bugs

This commit is contained in:
danamir
2020-05-10 19:14:24 +03:00
parent 711eb4ac28
commit 6f721b18d7
6 changed files with 48 additions and 54 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM python:3.6-alpine
WORKDIR /project
ADD . /project
RUN pip install -r requirements.txt
CMD ["python","app.py"]