fix: docker refactor (#31385)

This commit is contained in:
Maxime Beauchemin
2024-12-13 16:17:44 -08:00
committed by GitHub
parent 15ede02c25
commit 1f17b975d6
11 changed files with 163 additions and 141 deletions

View File

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