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 1190c2c commit bc9bf70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boilerplate/common/bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ if [[ ! $setup == 'n' ]]
then
printf "\n${GREEN}*** Starting the zokrates container ***${NC}\n"

docker-compose -f docker-compose.zapp.yml up -d zokrates
docker compose -f docker-compose.zapp.yml up -d zokrates

sleep 5

Expand Down

0 comments on commit bc9bf70

Please sign in to comment.