Explicitly declare docker-compose.yml.
This commit is contained in:
@@ -5,5 +5,5 @@ set -e
|
|||||||
MYDIR=`dirname -- "$( readlink -f -- "$0"; )";`
|
MYDIR=`dirname -- "$( readlink -f -- "$0"; )";`
|
||||||
pushd "$MYDIR"
|
pushd "$MYDIR"
|
||||||
git pull
|
git pull
|
||||||
docker compose up build
|
docker compose up -f docker-compose.yml build
|
||||||
popd
|
popd
|
||||||
|
|||||||
Reference in New Issue
Block a user