From 7e917f3bf078cd95422c24dd9ad68e9186d9c980 Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Tue, 3 Feb 2026 10:40:52 +0100 Subject: [PATCH] Fix usage of -f flag. --- pull-and-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pull-and-update.sh b/pull-and-update.sh index c98f0ed..1b013fd 100755 --- a/pull-and-update.sh +++ b/pull-and-update.sh @@ -5,5 +5,5 @@ set -e MYDIR=`dirname -- "$( readlink -f -- "$0"; )";` pushd "$MYDIR" git pull -docker compose up -f docker-compose.yml build +docker compose -f docker-compose.yml up build popd