mirror of
https://github.com/apache/superset.git
synced 2026-04-21 09:04:38 +00:00
fix: docker compose refusing to start (#24565)
This commit is contained in:
committed by
GitHub
parent
a740c2c06e
commit
c238d9733a
@@ -46,7 +46,7 @@ case "${1}" in
|
||||
celery --app=superset.tasks.celery_app:app beat --pidfile /tmp/celerybeat.pid -l INFO -s "${SUPERSET_HOME}"/celerybeat-schedule
|
||||
;;
|
||||
app)
|
||||
echo "Starting web app..."
|
||||
echo "Starting web app (using development server)..."
|
||||
flask run -p 8088 --with-threads --reload --debugger --host=0.0.0.0
|
||||
;;
|
||||
app-gunicorn)
|
||||
|
||||
Reference in New Issue
Block a user