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 dockerfile #49

Merged
merged 6 commits into from
Dec 17, 2023
Merged

Fix dockerfile #49

merged 6 commits into from
Dec 17, 2023

Conversation

dreulavelle
Copy link
Member

  • If the Provided PGID Already Exists: The script checks if a group with the provided PGID already exists in the container. If it does, the script will use this existing group instead of creating a new one. It prints out the name of the existing group for clarity.

  • If the Provided PUID Already Exists: Similarly, if a user with the provided PUID already exists, the script will use this existing user. It prints out the username of the existing user.

@JustHereToBreakThings JustHereToBreakThings merged commit ee59e95 into main Dec 17, 2023
3 checks passed
@dreulavelle dreulavelle deleted the fix_dockerfile branch December 17, 2023 16:06
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

Successfully merging this pull request may close these issues.

2 participants