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