test USER
This commit is contained in:
@@ -10,7 +10,7 @@ RUN groupadd --gid $USER_GID $USERNAME \
|
||||
&& useradd --uid $USER_UID --gid $USER_GID -m $USERNAME
|
||||
|
||||
# Set the default user
|
||||
USER $USERNAME
|
||||
#USER $USERNAME
|
||||
|
||||
# Set the working directory
|
||||
WORKDIR /home/$USERNAME
|
||||
#WORKDIR /home/$USERNAME
|
||||
|
||||
Reference in New Issue
Block a user