Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 6b695f2

Browse files
authored
Update gunicorn_start.sh
move from pipenv to poetry
1 parent 0d72c0c commit 6b695f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/gunicorn_start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ test -d $RUN_DIR || mkdir -p $RUN_DIR
1515
# Start your Django Unicorn
1616
# Programs meant to be run under supervisor should not daemonize themselves (do not use --daemon)
1717
cd $DJANGO_DIR
18-
exec $PIPENV run gunicorn ${DJANGO_WSGI_MODULE}:application \
18+
exec $POETRY run gunicorn ${DJANGO_WSGI_MODULE}:application \
1919
--name $NAME \
2020
--workers $NUM_WORKERS \
2121
--user $USER \

0 commit comments

Comments
 (0)