calcom / docker

The Docker configuration for Cal.com is an effort powered by people within the community. Cal.com, Inc. does not provide official support for Docker, but we will accept fixes and documentation. Use at your own risk.
MIT License
662 stars 344 forks source link

did not complete successfully: exit code: 129 #236

Open Mickaeljpn opened 1 year ago

Mickaeljpn commented 1 year ago

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

Sreehari78 commented 1 year ago

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