mirror of
https://github.com/apache/superset.git
synced 2026-04-27 03:55:47 +00:00
fix(docker): superset permissions and firefox config (#14736)
* fix(docker): superset permissions and firefox config * fix lint * user SUPERSET_HOME ENV on bootstrap script
This commit is contained in:
committed by
GitHub
parent
0c0eccb81a
commit
d46aa6004d
@@ -41,7 +41,7 @@ if [[ "${1}" == "worker" ]]; then
|
||||
celery worker --app=superset.tasks.celery_app:app -Ofair -l INFO
|
||||
elif [[ "${1}" == "beat" ]]; then
|
||||
echo "Starting Celery beat..."
|
||||
celery beat --app=superset.tasks.celery_app:app --pidfile /tmp/celerybeat.pid -l INFO
|
||||
celery beat --app=superset.tasks.celery_app:app --pidfile /tmp/celerybeat.pid -l INFO -s "${SUPERSET_HOME}"/celerybeat-schedule
|
||||
elif [[ "${1}" == "app" ]]; then
|
||||
echo "Starting web app..."
|
||||
flask run -p 8088 --with-threads --reload --debugger --host=0.0.0.0
|
||||
|
||||
Reference in New Issue
Block a user