Fixed Dockerfile

This commit is contained in:
Justus Grunow 2025-02-05 06:44:31 -05:00
parent 94c46143a9
commit 7a6b3fb644

View File

@ -13,6 +13,4 @@ EXPOSE 5000
RUN useradd app
USER app
CMD ["cd", "/usr/local/app"]
CMD "ls"
CMD ["flask", "--app", "build", "run", "--host=0.0.0.0"]]
CMD ["flask", "--app", "build", "run", "--host=0.0.0.0"]