From ed21009377354406a4dcb3f249594b8fdbe317f0 Mon Sep 17 00:00:00 2001 From: Laura Vuorenoja Date: Tue, 19 Mar 2024 13:32:15 +0200 Subject: [PATCH] Use ready build pwa image. --- e2e/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"