mirror of
https://github.com/jessebot/tiny_personal_website.git
synced 2025-10-01 01:48:43 +00:00
change app.py to be __init__.py and update dockerfile and readme accordingly
This commit is contained in:
parent
e895532dc1
commit
ab42fff185
3 changed files with 28 additions and 9 deletions
|
@ -38,4 +38,5 @@ RUN addgroup --gid 1000 app && \
|
|||
USER 1000
|
||||
|
||||
# CMD ["/app/.venv/bin/gunicorn", "--bind", ":80", "app:app"]
|
||||
CMD ["/app/.venv/bin/gunicorn" , "-b", "0.0.0.0:8080", "app:app"]
|
||||
# CMD ["/app/.venv/bin/gunicorn" , "-b", "0.0.0.0:8080", "app:app"]
|
||||
CMD ["/app/.venv/bin/gunicorn" , "-b", "0.0.0.0:8080", "tiny_personal_website:app"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue