Needs to be absolute path when ran from supervisord

This commit is contained in:
Ruben van Staveren 2023-12-25 15:21:02 +01:00
parent 484e548c46
commit 38416f103f
Signed by: ruben
GPG Key ID: 886F6BECD477A93F

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 \