Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -93,9 +93,9 @@ RUN echo "node ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/node && \
|
|
93 |
chmod 0440 /etc/sudoers.d/node
|
94 |
RUN usermod -aG root node
|
95 |
RUN usermod -aG wheel node
|
96 |
-
RUN adduser -S node
|
97 |
-
RUN adduser node -G wheel
|
98 |
-
RUN adduser node -G root
|
99 |
RUN echo 'permit nopass :wheel as root' >> /etc/doas.d/doas.conf
|
100 |
# Expose the port the app runs on
|
101 |
EXPOSE 7860
|
|
|
93 |
chmod 0440 /etc/sudoers.d/node
|
94 |
RUN usermod -aG root node
|
95 |
RUN usermod -aG wheel node
|
96 |
+
# RUN adduser -S node
|
97 |
+
# RUN adduser node -G wheel
|
98 |
+
# RUN adduser node -G root
|
99 |
RUN echo 'permit nopass :wheel as root' >> /etc/doas.d/doas.conf
|
100 |
# Expose the port the app runs on
|
101 |
EXPOSE 7860
|