Cocolabs-SAS / cocorico-docker

The official Cocorico docker image that give you the ability to run Cocorico out of the box.
https://www.cocolabs.io/
MIT License
23 stars 48 forks source link

I use Docker sh: can't open '/entrypoint.sh': Permission denied #37

Open rakibulinux opened 4 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 -v pwd:/cocorico -v pwd/tmp/mysql:/var/lib/mysql -v pwd/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 4 years ago

Hey 👋 This should be fixed by #38 ! :)

You can use my fork in the meantime https://github.com/Kakise/cocorico-docker