fix: docker compose refusing to start (#24565)

This commit is contained in:
Daniel Vaz Gaspar
2023-06-30 11:55:13 +01:00
committed by GitHub
parent a740c2c06e
commit c238d9733a
3 changed files with 2 additions and 3 deletions

View File

@@ -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)