did not complete successfully: exit code: 129
Hello,
I have this error when i build : failed to solve: process "/bin/sh -c yarn config set httpTimeout 1200000 && npx turbo prune --scope=@calcom/web --docker && yarn install && yarn db-deploy && yarn --cwd packages/prisma seed-app-store" did not complete successfully: exit code: 129
How to solve it ?
EDIT : I found that yarn --cwd packages/prisma seed-app-store is the source of the problem. But why ?
When i remove it, the steps passe but now fail on RUN yarn turbo run build --filter=@calcom/web
Thanks
Install docker refer step 1 from https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04 worked for me
Closing for cleanup. Please reopen with comments if you feel it needs to be addressed further.