khulnasoft commited on
Commit
c81b961
·
verified ·
1 Parent(s): 1e10a39

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -7,7 +7,6 @@ WORKDIR /app
7
  # Change ownership of the working directory to the non-root user
8
  RUN adduser --disabled-password --gecos '' --shell /bin/bash user \
9
  && chown -R user:user /app
10
- RUN echo "user ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/90-user
11
  USER user
12
 
13
  # All users can use /home/user as their home directory
 
7
  # Change ownership of the working directory to the non-root user
8
  RUN adduser --disabled-password --gecos '' --shell /bin/bash user \
9
  && chown -R user:user /app
 
10
  USER user
11
 
12
  # All users can use /home/user as their home directory