diff --git a/bash/run.sh b/bash/run.sh index 8744755..516031d 100644 --- a/bash/run.sh +++ b/bash/run.sh @@ -3,7 +3,7 @@ function runInBackground { export IMAGE_VERSION=$1 - echo "${__DIR}" + cd "${__DIR}" docker-compose -f docker-compose.yml -f docker-compose.local.yml kill > /dev/null 2>&1 docker-compose -f docker-compose.yml -f docker-compose.local.yml rm -f -v > /dev/null 2>&1