We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Baseado em abntex/limarka#178 e #22 acho podemos criar um usuário na imagem personalizada. Ver abntex/limarka#172 sobre documentação do usuáiro
The text was updated successfully, but these errors were encountered:
Corrigir permissão de arquivos criados pela imagem docker #23
19a8737
Adicionar:
# Configurando usuário para geração de arquivos com as mesmas permissões #23 ARG GROUP_ID=1001 ARG USER_NAME=limarka ARG USER_ID=1001 RUN groupadd -r $USER_NAME -g $GROUP_ID && useradd --no-log-init -r -g $USER_NAME -u $USER_ID $USER_NAME
limarka_build --build-arg GROUP_ID=$(id -g) --build-arg USER_ID=$(id -u)
Sorry, something went wrong.
No branches or pull requests
Baseado em abntex/limarka#178 e #22 acho podemos criar um usuário na imagem personalizada.
Ver abntex/limarka#172 sobre documentação do usuáiro
The text was updated successfully, but these errors were encountered: