2
1
Fork 0

fix go mod tidy permission issues

main
Sebastian Steger 2025-08-20 09:18:14 +00:00
parent 06cde68c17
commit 19379c65da
1 changed files with 1 additions and 0 deletions

View File

@ -7,3 +7,4 @@ ARG USER_UID=1000
ARG USER_GID=$USER_UID
RUN groupadd --gid $USER_GID $USERNAME && useradd --uid $USER_UID --gid $USER_GID -m $USERNAME
USER $USERNAME