From 980fbae5f3824ef49f24b2131ed1897040942b97 Mon Sep 17 00:00:00 2001 From: "J. Q." <55899496+jawadqur@users.noreply.github.com> Date: Mon, 18 Nov 2024 12:06:25 -0600 Subject: [PATCH] Update dockerrun.bash --- dockerrun.bash | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dockerrun.bash b/dockerrun.bash index 712f7529..28bb61dd 100755 --- a/dockerrun.bash +++ b/dockerrun.bash @@ -1,6 +1,4 @@ #!/bin/bash -poetry run gunicorn -c "/sheepdog/deployment/wsgi/gunicorn.conf.py" & -# sleep to prevent nginx warning logs so nginx doesn't start before the app -sleep 30 -nginx -g 'daemon off;' \ No newline at end of file +nginx +poetry run gunicorn -c "/sheepdog/deployment/wsgi/gunicorn.conf.py"