refactor: adjust directory navigation in rebuild-api.sh for improved script execution

This commit is contained in:
ImBenji 2026-04-27 17:34:18 +01:00
parent 94281b81e2
commit 82df9da814

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")"
cd "$(dirname "$0")/.."
if [[ "${1:-}" == "--base" ]]; then
echo "Rebuilding base image (chromium + system deps)..."