Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|