1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-06 05:55:23 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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