resolved newline changes

Signed-off-by: kouul <maulloohans@gmail.com>
This commit is contained in:
kouul
2020-03-26 14:23:50 +04:00
parent 83a24f681f
commit 5feddf0854
3 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
FROM python:3.7-alpine
WORKDIR /app
COPY . /app
RUN pip3 install -r requirements.txt
COPY . /app
ENTRYPOINT ["python3"]
CMD ["app.py"]
CMD ["app.py"]

View File

@@ -3,4 +3,4 @@ services:
web:
build: app
ports:
- '5000:5000'
- '5000:5000'