Fix docker-entrypoint server command.

Fixes #1541.
This commit is contained in:
Arik Fraimovich
2017-01-24 08:53:55 +02:00
committed by GitHub
parent 2e358e89f4
commit 788830ddad

View File

@@ -19,7 +19,7 @@ scheduler() {
}
server() {
exec sudo -E -u redash /usr/local/bin/gunicorn -b 0.0.0.0:5000 --name redash -w4 redash:app
exec sudo -E -u redash /usr/local/bin/gunicorn -b 0.0.0.0:5000 --name redash -w4 redash.wsgi:app
}
help() {