From 2e562ba93ad72e41abe6c0a0fbbc0c15c7663cfd Mon Sep 17 00:00:00 2001 From: EliseCastle23 <109446148+EliseCastle23@users.noreply.github.com> Date: Fri, 15 Nov 2024 14:54:00 -0700 Subject: [PATCH] fixing syntax error --- dockerrun.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dockerrun.bash b/dockerrun.bash index ded845cf..c3e6f8f8 100755 --- a/dockerrun.bash +++ b/dockerrun.bash @@ -1,4 +1,5 @@ +#!/bin/bash + poetry run gunicorn -c "/sheepdog/deployment/wsgi/gunicorn.conf.py" & sleep 30 - nginx -g 'daemon off;' \ No newline at end of file