We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9982547 commit a35a57eCopy full SHA for a35a57e
1 file changed
docker/entrypoint.sh
@@ -39,7 +39,7 @@ elif [[ "$*" == "donor_reporting_portal" ]];then
39
# django-admin init-setup --all --verbosity 2
40
django-admin db-isready --wait --timeout 300
41
echo "uwsgi --static-map ${STATIC_URL}=${STATIC_ROOT}"
42
- exec gosu donor_reporting_portal uwsgi --static-map ${STATIC_URL}=${STATIC_ROOT}
+ uwsgi --static-map ${STATIC_URL}=${STATIC_ROOT}
43
else
44
exec "$@"
45
fi
0 commit comments