akiko19191 commited on
Commit
ce0723a
·
verified ·
1 Parent(s): 6175d63

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -83,7 +83,7 @@ RUN echo "root:password" | chpasswd
83
  USER node
84
  RUN ngrok config add-authtoken $NGROK_AUTHTOKEN
85
  # RUN su root
86
- # USER root
87
  WORKDIR /app
88
  RUN git clone https://github.com/AIGENHACKER/mcp-hfspace && cd mcp-hfspace && npm install && npm run build && npm link
89
  RUN git clone https://github.com/exa-labs/exa-mcp-server && cd exa-mcp-server && npm install --save axios dotenv && npm run build && npm link
 
83
  USER node
84
  RUN ngrok config add-authtoken $NGROK_AUTHTOKEN
85
  # RUN su root
86
+ USER root
87
  WORKDIR /app
88
  RUN git clone https://github.com/AIGENHACKER/mcp-hfspace && cd mcp-hfspace && npm install && npm run build && npm link
89
  RUN git clone https://github.com/exa-labs/exa-mcp-server && cd exa-mcp-server && npm install --save axios dotenv && npm run build && npm link