(build): Add static folder

Modify Dockerfile to copy the static folder
This commit is contained in:
Blake Ridgway 2025-04-03 11:52:56 -05:00
parent 10fe98b5ca
commit 9784c92503

View file

@ -16,4 +16,3 @@ ENV FLASK_APP=server.py
EXPOSE 5001
CMD ["gunicorn", "--bind", "0.0.0.0:5001", "app:app"]