Fix usage of -f flag.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user