testdrivenio / testdriven-app

34 stars 18 forks source link

Permission denied #24

Closed alt3red closed 6 years ago

alt3red commented 6 years ago

I am getting this error:

"ERROR: for users-service Cannot start service users-service: oci runtime error: container_linux.go:265: starting container process caused "exec: \"./entrypoint.sh\": permission denied""

I am at page 24 right after adding the postgres support. The postgres docker seems to run fine.

I have the code on my repo, right where I am.

https://github.com/alt3red/testdriven-app

alt3red commented 6 years ago

I think I found the solution for this. I am on a mac, so after I did the following, the build was successful:

chmod +x entrypoint.sh