-
Notifications
You must be signed in to change notification settings - Fork 280
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
Permission denied on start cachet #124
Comments
this bug is due to COPY comamnd. If i add otherwise entrypoint.sh and supervisor is run with www-data user. |
May be a local permissions issue, possibly do a Travis CI builds are not failing, which I would expect if this was a more widespread issue. |
U have tested chmod a+x and it not solve them. This is not docker build that fail but docker run |
Our Travis tests build and run the container as well. Anyway, I have created #134 which chmod / chown's the |
afert fresh checkout on git repo master
I run docker-compose buid and docker-compose up.
container cachet exit with non 0.
on log i see:
"/sbin/entrypoint.sh": permission denied
If i edit Dockerfile and add
RUN chmod 0777 /sbin/entrypoint.sh
or move
COPY entrypoint.sh /sbin/entrypoint.sh
after
USER www-data
all is OK
The text was updated successfully, but these errors were encountered: