1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-19 07:18:06 +02:00

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'