resolved newline changes
Signed-off-by: kouul <maulloohans@gmail.com>
This commit is contained in:
parent
83a24f681f
commit
5feddf0854
@ -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)
|
||||
|
@ -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"]
|
||||
|
@ -3,4 +3,4 @@ services:
|
||||
web:
|
||||
build: app
|
||||
ports:
|
||||
- '5000:5000'
|
||||
- '5000:5000'
|
||||
|
Loading…
Reference in New Issue
Block a user