Skip to content

Commit

Permalink
add poetry run to gunicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
BinamB committed Dec 15, 2024
1 parent 31e50ae commit 8e664c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerrun.bash
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ if [ -f /fence/jwt-keys.tar ]; then
fi

nginx
gunicorn -c /fence/deployment/wsgi/gunicorn.conf.py
poetry run gunicorn -c "/fence/deployment/wsgi/gunicorn.conf.py"

0 comments on commit 8e664c0

Please sign in to comment.