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_RUN_HOST=0.0.0.0
|
||||
|
||||
EXPOSE 5000
|
||||
EXPOSE 49152
|
||||
|
||||
CMD ["flask", "run"]
|
||||
|
@ -4,7 +4,7 @@ services:
|
||||
context: .
|
||||
container_name: shortn
|
||||
ports:
|
||||
- "5000:5000"
|
||||
- "49152:49152"
|
||||
volumes:
|
||||
- ./src:/app/src
|
||||
environment:
|
||||
|
Loading…
x
Reference in New Issue
Block a user