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

@ -65,6 +65,7 @@ docker-compose down
- [`Angular`](angular)
- [`Spark`](sparkjava)
- [`VueJS`](vuejs)
- [`Flask`](flask)
*Basic setups for different plaforms (not production ready - useful for personal use)*
- [`Gitea / PostgreSQL`](gitea-postgres)

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'