Skip to content

Commit

Permalink
fix: fixed setup
Browse files Browse the repository at this point in the history
  • Loading branch information
SwatiEY committed Aug 8, 2024
1 parent bc9bf70 commit 688407a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/boilerplate/common/bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ sleep 5

printf "\n${GREEN}*** Running setup for your ZApp... ***${NC}\n"

docker-compose -f docker-compose.zapp.yml run zapp-setup node /app/orchestration/common/zkp-setup.mjs -i ''
docker compose -f docker-compose.zapp.yml run zapp-setup node /app/orchestration/common/zkp-setup.mjs -i ''

printf "\n${GREEN}*** Setup complete! Writing verification key to db... ***${NC}\n"

docker-compose -f docker-compose.zapp.yml run zapp-setup node /app/write-vk.mjs -i ''
docker compose -f docker-compose.zapp.yml run zapp-setup node /app/write-vk.mjs -i ''

fi
printf "\n${GREEN}*** Finished! ***${NC}\n"

0 comments on commit 688407a

Please sign in to comment.