Restructure project

This commit is contained in:
2022-11-21 02:53:55 +01:00
parent 8209049486
commit 4af54f3287
8 changed files with 125 additions and 100 deletions

View File

@ -18,4 +18,4 @@ COPY main.py /app/
COPY static/ /app/static/
COPY templates/ /app/templates/
ENTRYPOINT ["poetry", "run", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", "5000", "--use-colors"]
ENTRYPOINT ["poetry", "run", "uvicorn", "fabcal.app:app", "--host", "0.0.0.0", "--port", "5000", "--use-colors"]