akiko19191 commited on
Commit
421a955
·
verified ·
1 Parent(s): 4ccc076

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -89,7 +89,7 @@ RUN git clone https://github.com/exa-labs/exa-mcp-server && cd exa-mcp-server
89
  # Switch back to the non-root user defined in the base image (assuming 'node')
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
 
89
  # Switch back to the non-root user defined in the base image (assuming 'node')
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