actually added ports

This commit is contained in:
2024-12-08 00:10:54 +01:00
parent 8bf5186ed6
commit 061c923ff4
4 changed files with 13 additions and 1 deletions

View File

@ -12,6 +12,7 @@ COPY src/manage_users.py /app/src/
RUN python /app/src/manage_users.py init
ENV FLASK_APP=src/app.py
ENV FLASK_RUN_HOST=0.0.0.0
ENV FLASK_RUN_PORT=49152
EXPOSE 49152