Skip to content

Commit a35a57e

Browse files
ntrncicdomdinicola
authored andcommitted
uwsgi updates
1 parent 9982547 commit a35a57e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ elif [[ "$*" == "donor_reporting_portal" ]];then
3939
# django-admin init-setup --all --verbosity 2
4040
django-admin db-isready --wait --timeout 300
4141
echo "uwsgi --static-map ${STATIC_URL}=${STATIC_ROOT}"
42-
exec gosu donor_reporting_portal uwsgi --static-map ${STATIC_URL}=${STATIC_ROOT}
42+
uwsgi --static-map ${STATIC_URL}=${STATIC_ROOT}
4343
else
4444
exec "$@"
4545
fi

0 commit comments

Comments
 (0)