Mercure en hostfile

This commit is contained in:
Frank
2026-01-09 18:38:57 +01:00
parent ea54c87426
commit 7ca0bec145
3 changed files with 10 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ else
fi
# Helper to run docker compose from the docker/ directory
dc() { (cd "$DOCKER_DIR" && $DOCKER_COMPOSE -f compose.yaml "$@"); }
dc() { (cd "$DOCKER_DIR" && $DOCKER_COMPOSE --env-file ../.env -f compose.yaml "$@"); }
REBUILD=1
RECREATE=0