onbekende flag

This commit is contained in:
Frank
2026-01-11 15:21:19 +01:00
parent b0af41c5d2
commit 84b7b1c64a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -27,8 +27,8 @@ else
exit 1
fi
# Helper to run docker compose from the docker/ directory
dc() { (cd "$DOCKER_DIR" && $DOCKER_COMPOSE --env-file ../.env -f compose.yaml "$@"); }
# Helper to run docker compose from the project root
dc() { (cd "$ROOT_DIR" && $DOCKER_COMPOSE -f docker/compose.yaml "$@"); }
REBUILD=1
RECREATE=0