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

No USER in dockerfile anymore #43

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

azlux
Copy link
Collaborator

@azlux azlux commented Jun 3, 2024

for #34

entrypoint.sh Outdated Show resolved Hide resolved
@azlux azlux marked this pull request as ready for review June 28, 2024 21:21
README.md Outdated Show resolved Hide resolved
entrypoint.sh Outdated Show resolved Hide resolved
entrypoint.sh Outdated Show resolved Hide resolved
entrypoint.sh Outdated
echo "Changing owner of folder {DATA_DIR}"
chown -R mumble:mumble ${DATA_DIR}
fi
exec runuser -u mumble -g mumble -- "$@"
Copy link
Member

Choose a reason for hiding this comment

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

What does this do? If it starts the server, I don't think that should happen here (as well)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

indeed, it's a relica from a copy past

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

removed with last commit

azlux and others added 4 commits November 6, 2024 13:32
Co-authored-by: Robert Adam <[email protected]>
Co-authored-by: Robert Adam <[email protected]>
Co-authored-by: Robert Adam <[email protected]>
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