Cocolabs-SAS / cocorico

👐 Cocorico is an open source marketplace solution for services and rentals. More information right here: https://www.cocorico.io/ 🚀 Cocorico is also available in an off-the-shelf SaaS package, check out https://www.hatch.li to launch your platform today. 😍 We are hiring (telecommute welcome 🏡): https://www.welcometothejungle.com/en/companies/cocorico/jobs/candidatures-spontanees#apply
https://www.cocolabs.com
MIT License
857 stars 610 forks source link

sh: can't open '/entrypoint.sh': Permission denied #489

Closed rakibulinux closed 3 years ago

rakibulinux commented 4 years ago

When I run this command "docker run --name cocorico -ti -p 80:80 -p 3306:3306 -p 9001:9001 -p 27017:27017 -vpwd:/cocorico -vpwd/tmp/mysql:/var/lib/mysql -vpwd/tmp/mongo:/data/db -e HOST_UID=$UID cocolabs/cocorico" it's show me sh: can't open '/entrypoint.sh': Permission denied Can you please help me to solve this problem.

Kakise commented 3 years ago

The problem is with the docker scripts, the scripts file permission are 644 so they are not executable by default.

This pull request fixes the problem for me (macOS & Ubuntu LTS)

https://github.com/Cocolabs-SAS/cocorico-docker/pull/38