Skip to content

Commit

Permalink
feat: ajustes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson Veroneze committed Apr 25, 2023
1 parent 974b9bf commit 6c8ac71
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 0 additions & 2 deletions Aspnet/Alpine/Dockerfile-7
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false

# User envs
ARG USERNAME=app
ARG USER_UID=1000
ARG USER_GID=$USER_UID
ARG APP_NAME=app

# Build scripts
Expand Down
2 changes: 0 additions & 2 deletions Aspnet/Debian/Dockerfile-7
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false

# User envs
ARG USERNAME=app
ARG USER_UID=1000
ARG USER_GID=$USER_UID
ARG APP_NAME=app

# Build scripts
Expand Down
2 changes: 0 additions & 2 deletions Aspnet/Ubuntu/Dockerfile-7
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false

# User envs
ARG USERNAME=app
ARG USER_UID=1000
ARG USER_GID=$USER_UID
ARG APP_NAME=app

# Build scripts
Expand Down
4 changes: 2 additions & 2 deletions Aspnet/script-base-debian-like.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ dpkg-reconfigure -f noninteractive locales && \
update-locale LANG=pt_BR.UTF-8 LANGUAGE="pt_BR:pt:en" && \
dpkg-reconfigure -f noninteractive tzdata

groupadd --gid $USER_GID $USERNAME \
&& useradd -r --uid $USER_UID --gid $USER_GID -m $USERNAME
groupadd --gid 1000 $USERNAME \
&& useradd -r --uid 1000 --gid 1000 -m $USERNAME

0 comments on commit 6c8ac71

Please sign in to comment.