Skip to content

Commit

Permalink
feat: run as root
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryMaciek committed May 14, 2023
1 parent e0c7998 commit 3aea50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN groupadd --gid $USER_GID $USERNAME \
&& rm -rf /var/lib/apt/lists/*

# Switch to the non-root user
USER $USERNAME
# USER $USERNAME

# Set the workdir
WORKDIR /home/angryuser
Expand Down

0 comments on commit 3aea50d

Please sign in to comment.