test USER

This commit is contained in:
2025-06-06 21:17:55 +00:00
parent 613b8c6e34
commit eca63dd885

View File

@@ -10,7 +10,7 @@ RUN groupadd --gid $USER_GID $USERNAME \
&& useradd --uid $USER_UID --gid $USER_GID -m $USERNAME && useradd --uid $USER_UID --gid $USER_GID -m $USERNAME
# Set the default user # Set the default user
USER $USERNAME #USER $USERNAME
# Set the working directory # Set the working directory
WORKDIR /home/$USERNAME #WORKDIR /home/$USERNAME