Restructure project
This commit is contained in:
@ -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"]
|
||||
|
Reference in New Issue
Block a user