-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
feat: add new user with USER_GID parameter & replace root user #113
Conversation
@alexgarel Can you please review out this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Aju100 so far so good, but you also have to change docker-compose and split the build part (with args) in a docker/dev.yml as you did for facets-knowledge-panels.
@Aju100, a tip: when you fork a project, don't work on branch main, but create a new branch for you feature, then create a PR against source project. If you work on main branch, you won't be able to resync your fork with upstream project. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work @Aju100 !
Thank you so much.
Thanks for the contribution @Aju100! 🎉 |
Thank you @alexgarel for the feedback, will definitely check out it in an upcoming collaboration. Also thank you @aadarsh-ram appreciated it. |
Fixed #63