mirror of
https://github.com/apache/superset.git
synced 2026-04-18 07:35:09 +00:00
fix: enable installing docker/requirements-local.txt in docker-compose-non-dev.yml (#13926)
This commit is contained in:
@@ -45,4 +45,7 @@ elif [[ "${1}" == "beat" ]]; then
|
||||
elif [[ "${1}" == "app" ]]; then
|
||||
echo "Starting web app..."
|
||||
flask run -p 8088 --with-threads --reload --debugger --host=0.0.0.0
|
||||
elif [[ "${1}" == "app-gunicorn" ]]; then
|
||||
echo "Starting web app..."
|
||||
/app/docker/docker-entrypoint.sh
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user