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

fix: use current user UID and GID instead of fixed ones #65

Merged
merged 1 commit into from
Jun 30, 2024

Conversation

Thechi2000
Copy link
Contributor

Fixes an error where the app dev container would be unable to access the files because of a UID/GID mismatch between the host user and the container user. This occurs when the host user (and owner of the files) has not a UID/GID of 1000.

@Thechi2000 Thechi2000 added the bug Something isn't working label Jun 30, 2024
@Thechi2000 Thechi2000 self-assigned this Jun 30, 2024
Copy link

@MalloryHenriet MalloryHenriet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It working thanks

@MalloryHenriet MalloryHenriet merged commit 6ec8fbc into main Jun 30, 2024
3 checks passed
@MalloryHenriet MalloryHenriet deleted the uid-fix branch June 30, 2024 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants