Update Dockerfile

This commit is contained in:
Joshua Hare 2025-05-11 19:10:13 +10:00 committed by GitHub
parent 746e34e469
commit 212089b4ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,4 +9,4 @@ COPY config.py .
COPY seed.py .
COPY .env .
EXPOSE 5009
CMD ["flask", "run", "--host=0.0.0.0"]
CMD ["flask", "run", "--host=0.0.0.0" "--port=5009"]