mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
fix: docker refactor (#31385)
This commit is contained in:
committed by
GitHub
parent
15ede02c25
commit
1f17b975d6
@@ -18,6 +18,11 @@
|
||||
|
||||
set -eo pipefail
|
||||
|
||||
# Make python interactive
|
||||
if [ "$DEV_MODE" == "true" ]; then
|
||||
echo "Reinstalling the app in editable mode"
|
||||
uv pip install -e .
|
||||
fi
|
||||
REQUIREMENTS_LOCAL="/app/docker/requirements-local.txt"
|
||||
# If Cypress run – overwrite the password for admin and export env variables
|
||||
if [ "$CYPRESS_CONFIG" == "true" ]; then
|
||||
|
||||
Reference in New Issue
Block a user