refactor: adjust directory navigation in rebuild-api.sh for improved script execution
This commit is contained in:
parent
94281b81e2
commit
82df9da814
1 changed files with 1 additions and 1 deletions
|
|
@ -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)..."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue