Running containers

This commit is contained in:
Frank
2026-01-09 14:30:05 +01:00
parent 7257c51bdf
commit 3604c63940

View File

@@ -61,7 +61,7 @@ if [ "$RECREATE" -eq 1 ]; then
fi fi
# Start stack # Start stack
dc up "${BUILD_ARGS[@]}" dc up -d "${BUILD_ARGS[@]}"
# Helper to run commands in php container # Helper to run commands in php container
pexec() { dc exec -T php "$@"; } pexec() { dc exec -T php "$@"; }