akiko19191 commited on
Commit
4ddf07b
·
verified ·
1 Parent(s): 9342222

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -82,6 +82,7 @@ RUN apk add --no-cache --virtual .build-deps \
82
 
83
  USER node
84
  RUN ngrok config add-authtoken $NGROK_AUTHTOKEN
 
85
  USER root
86
  WORKDIR /app
87
  RUN git clone https://github.com/AIGENHACKER/mcp-hfspace && cd mcp-hfspace && npm install && npm run build && npm link
 
82
 
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