updated dockerfile and flask app name

This commit is contained in:
venus
2026-03-04 16:29:41 -06:00
parent 99a0df522e
commit fdbced9192
4 changed files with 1 additions and 17 deletions

View File

@@ -10,6 +10,6 @@ RUN pip3 install -r /app/requirements.txt
COPY app /app
ENTRYPOINT ["flask"]
CMD ["--app", "app", "run", "--host=0.0.0.0", "--port=80"]
CMD ["run", "--host=0.0.0.0", "--port=80"]