Update scripts/update-prod.sh to use relative paths for git/docker calls

This commit is contained in:
2026-05-29 08:24:37 +02:00
parent 217ba14d1a
commit 3fd1b5faea
+3
View File
@@ -1,5 +1,8 @@
#!/bin/bash
# Change directory to the repository root relative to the script location
cd "$(dirname "$0")/.."
# Configuration
COMPOSE_FILE="docker-compose.yml"
BACKEND_CONTAINER="daagbox-prod-backend"