Compare commits

..

2 Commits

Author SHA1 Message Date
6af66e8e6d Added .venv to Gitignore 2025-02-05 06:45:01 -05:00
7a6b3fb644 Fixed Dockerfile 2025-02-05 06:44:31 -05:00
2 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
*.html
.venv

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"]