Changed port not to run on most common flask debug
This commit is contained in:
parent
156170863b
commit
d08c041892
@ -13,6 +13,6 @@ RUN python /app/src/manage_users.py init
|
|||||||
ENV FLASK_APP=src/app.py
|
ENV FLASK_APP=src/app.py
|
||||||
ENV FLASK_RUN_HOST=0.0.0.0
|
ENV FLASK_RUN_HOST=0.0.0.0
|
||||||
|
|
||||||
EXPOSE 5000
|
EXPOSE 49152
|
||||||
|
|
||||||
CMD ["flask", "run"]
|
CMD ["flask", "run"]
|
||||||
|
@ -4,7 +4,7 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
container_name: shortn
|
container_name: shortn
|
||||||
ports:
|
ports:
|
||||||
- "5000:5000"
|
- "49152:49152"
|
||||||
volumes:
|
volumes:
|
||||||
- ./src:/app/src
|
- ./src:/app/src
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user