diff --git a/pull-and-update.sh b/pull-and-update.sh index 2b329b6..c98f0ed 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 build +docker compose up -f docker-compose.yml build popd