diff --git a/setup.sh b/setup.sh index f59874d..97411fd 100755 --- a/setup.sh +++ b/setup.sh @@ -11,4 +11,4 @@ chmod -R 777 . echo "[setup.sh] Tenancy version: ${TENANCY_VERSION}" -docker run --rm -e TENANCY_VERSION="${TENANCY_VERSION}" -v .:/var/www/html tenancy-queue-test-cli bash -c 'setup/_tenancy_setup.sh; chmod -R 777 .' +docker run --rm -e TENANCY_VERSION="${TENANCY_VERSION}" -v .:/var/www/html tenancy-queue-test-cli bash -c 'setup/_tenancy_setup.sh; chmod -R 777 src'