chore: remove gunicorn in favor of uvicorn workers (#3761)

This commit is contained in:
Hayden
2024-06-20 22:52:09 -05:00
committed by GitHub
parent adab596683
commit 4d1381c055
9 changed files with 44 additions and 160 deletions

View File

@@ -104,7 +104,6 @@ COPY --from=crfpp /usr/local/bin/crf_test /usr/local/bin/crf_test
# copy backend
COPY ./mealie $MEALIE_HOME/mealie
COPY ./poetry.lock ./pyproject.toml $MEALIE_HOME/
COPY ./gunicorn_conf.py $MEALIE_HOME
# Alembic
COPY ./alembic $MEALIE_HOME/alembic