.
All checks were successful
/ build-docker-image (push) Successful in 46s

This commit is contained in:
2025-09-21 17:02:35 +01:00
parent 4a2e5ba4dc
commit c965abb702
4 changed files with 11 additions and 4 deletions

View File

@@ -188,6 +188,11 @@ BUILD=""
# uncomment do force build
#BUILD="--build"
if [ ! -f ./docker-compose.dev.local.yaml ]; then
touch ./docker-compose.dev.local.yaml
EOF
fi
docker compose \
--project-name borg-backup-dev \
-f docker-compose.dev.yaml \