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

Broken Permissions in chown command for rocketchat #77

Closed
Borillion opened this issue May 5, 2019 · 1 comment
Closed

Broken Permissions in chown command for rocketchat #77

Borillion opened this issue May 5, 2019 · 1 comment

Comments

@Borillion
Copy link

Line number 28 in the Docker file has a mistake. Note the (.) dot between rocketchat,
needs to have a (:) colon.

&& chown rocketchat.rocketchat /app/uploads

&& chown rocketchat.rocketchat /app/uploads

@snoopotic
Copy link

Well, a backwards-compatibility allows using a dot as delimiter for ‚chown‘. Sadly, usernames with a dot will have problems. But „rocketchat“ hasn‘t. So it‘s just a more or less cosmetic request.

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

No branches or pull requests

2 participants