Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1799 from findy-network/use-ready-built-image
Browse files Browse the repository at this point in the history
Use ready build pwa image.
  • Loading branch information
lauravuo authored Mar 19, 2024
2 parents 839c56e + ed21009 commit a605f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a605f08

Please sign in to comment.