Spaces:
Building
Building
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -90,7 +90,7 @@ RUN git clone https://github.com/exa-labs/exa-mcp-server && cd exa-mcp-server
|
|
90 |
# Check the base image documentation if unsure about the default user
|
91 |
RUN echo "node ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/node && \
|
92 |
chmod 0440 /etc/sudoers.d/node
|
93 |
-
|
94 |
# Expose the port the app runs on
|
95 |
EXPOSE 7860
|
96 |
USER root
|
|
|
90 |
# Check the base image documentation if unsure about the default user
|
91 |
RUN echo "node ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/node && \
|
92 |
chmod 0440 /etc/sudoers.d/node
|
93 |
+
RUN usermod -G root node
|
94 |
# Expose the port the app runs on
|
95 |
EXPOSE 7860
|
96 |
USER root
|