Update Dockerfile

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

View File

@ -6,6 +6,7 @@ COPY app/ app/
COPY static/ static/ COPY static/ static/
COPY instance/ instance/ COPY instance/ instance/
COPY config.py . COPY config.py .
COPY seed.py .
COPY .env . COPY .env .
EXPOSE 5009 EXPOSE 5009
CMD ["flask", "run", "--host=0.0.0.0"] CMD ["flask", "run", "--host=0.0.0.0"]