diff --git a/e2e/init.sh b/e2e/init.sh index 80cd0f88e..dcc763333 100755 --- a/e2e/init.sh +++ b/e2e/init.sh @@ -8,7 +8,7 @@ CURRENT_DIR=$PWD mkdir -p .build git clone https://github.com/findy-network/findy-wallet-pwa.git .build/findy-wallet-pwa || echo "Already cloned" -cd .build/findy-wallet-pwa/tools/env-docker && make clean && make init-store && docker-compose up -d +cd .build/findy-wallet-pwa/tools/env && make clean && make init-store && docker-compose up -d auth_url="http://localhost:8088" auth_origin="http://localhost:3000"