Fix port: use 5000 instead of 5002 in app.py and values
This commit is contained in:
@@ -8,8 +8,8 @@ COPY src /app
|
||||
|
||||
ENV FLASK_APP=app.py
|
||||
ENV FLASK_RUN_HOST=0.0.0.0
|
||||
ENV FLASK_RUN_PORT=5002
|
||||
ENV FLASK_RUN_PORT=5000
|
||||
|
||||
EXPOSE 5002
|
||||
EXPOSE 5000
|
||||
|
||||
CMD ["python", "app.py"]
|
||||
|
||||
Reference in New Issue
Block a user