Fix changing directory.

This commit is contained in:
2026-02-03 10:39:13 +01:00
parent ae8fa7a47e
commit 8e7be078a0

View File

@@ -2,7 +2,7 @@
set -e
# https://stackoverflow.com/a/1482133/270712
MYDIR=dirname -- "$( readlink -f -- "$0"; )";
MYDIR=`dirname -- "$( readlink -f -- "$0"; )";`
pushd "$MYDIR"
git pull
docker compose up build