Needs to be absolute path when ran from supervisord

This commit is contained in:
2023-12-25 15:21:02 +01:00
parent 484e548c46
commit 38416f103f

View File

@ -13,7 +13,7 @@ LOG_LEVEL=error
cd $DIR
# source $VENV
exec gunicorn main:app \
exec /usr/local/bin/gunicorn main:app \
--name $NAME \
--workers $WORKERS \
--worker-class $WORKER_CLASS \