Skip to content
This repository was archived by the owner on May 29, 2021. It is now read-only.

make run.sh executable#13

Open
wittawasw wants to merge 1 commit intomvertes:masterfrom
wittawasw:fix/sh-script-permission
Open

make run.sh executable#13
wittawasw wants to merge 1 commit intomvertes:masterfrom
wittawasw:fix/sh-script-permission

Conversation

@wittawasw
Copy link

I was using docker-compose with this Dockerfile and found permission denied on /root/run.sh when executed with ENTRYPOINT

ERROR: for mongodb Cannot start service mongodb: invalid header field value "oci runtime error: container_linux.go:247: starting container process caused \"exec: \\\"/root/run.sh\\\": permission denied\"\n"

Add chmod +x to fix it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments