diff --git a/bin/run-prod.sh b/bin/run-prod.sh index b4baf3ea6..b388d2d6a 100755 --- a/bin/run-prod.sh +++ b/bin/run-prod.sh @@ -4,4 +4,4 @@ echo "$GIT_SHA" > static/revision.txt -exec gunicorn kitsune.wsgi.app --config wsgi/config.py +exec gunicorn wsgi.app --config wsgi/config.py