Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
rakibulinux opened this issue Jun 9, 2020 · 1 comment · May be fixed by Cocolabs-SAS/cocorico-docker#38
Closed

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

rakibulinux opened this issue Jun 9, 2020 · 1 comment · May be fixed by Cocolabs-SAS/cocorico-docker#38

Comments

@rakibulinux
Copy link

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
Copy link

Kakise commented Aug 9, 2020

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)

Cocolabs-SAS/cocorico-docker#38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants