refactor: adjust directory navigation in rebuild-api.sh for improved script execution
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
cd "$(dirname "$0")"
|
cd "$(dirname "$0")/.."
|
||||||
|
|
||||||
if [[ "${1:-}" == "--base" ]]; then
|
if [[ "${1:-}" == "--base" ]]; then
|
||||||
echo "Rebuilding base image (chromium + system deps)..."
|
echo "Rebuilding base image (chromium + system deps)..."
|
||||||
|
|||||||
Reference in New Issue
Block a user