(build): Add static folder
Modify Dockerfile to copy the static folder
This commit is contained in:
@@ -16,4 +16,3 @@ ENV FLASK_APP=server.py
|
|||||||
EXPOSE 5001
|
EXPOSE 5001
|
||||||
|
|
||||||
CMD ["gunicorn", "--bind", "0.0.0.0:5001", "app:app"]
|
CMD ["gunicorn", "--bind", "0.0.0.0:5001", "app:app"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user