akiko19191 commited on
Commit
3aa1f4d
·
verified ·
1 Parent(s): 421a955

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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