You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "villebro (via GitHub)" <gi...@apache.org> on 2023/06/30 10:11:28 UTC

[GitHub] [superset] villebro commented on a diff in pull request #24565: fix: docker compose refusing to start

villebro commented on code in PR #24565:
URL: https://github.com/apache/superset/pull/24565#discussion_r1247699527


##########
docker/docker-bootstrap.sh:
##########
@@ -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 on debug..."

Review Comment:
   I'm probably missing something, but isn't this conditional on `FLASK_DEBUG` being set to true?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org