Add backend and frontend skeleton
This commit is contained in:
@@ -64,7 +64,7 @@ ENV PATH="/app/.venv/bin:$PATH"
|
||||
|
||||
USER app
|
||||
EXPOSE 8000
|
||||
CMD ["gunicorn", "-w", "4", "-k", "uvicorn.workers.UvicornWorker", "app.main:app", "--bind", "0.0.0.0:8000"]
|
||||
CMD ["gunicorn", "-w", "4", "-k", "uvicorn.workers.UvicornWorker", "main:app", "--bind", "0.0.0.0:8000"]
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# Development: includes dev dependencies and keeps uvicorn reload-friendly
|
||||
|
||||
Reference in New Issue
Block a user