wIK5Ez2o commited on
Commit
9f08c60
·
verified ·
1 Parent(s): 802a00e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -10,4 +10,6 @@ RUN git clone https://github.com/zhx47/cursor-api.git .
10
  RUN yarn config set registry https://registry.npmmirror.com/
11
  RUN yarn
12
 
 
 
13
  CMD ["npm", "run", "start"]
 
10
  RUN yarn config set registry https://registry.npmmirror.com/
11
  RUN yarn
12
 
13
+ RUN sed -i 's/\/v1\/chat\/completions/\/proxies\/v1\/chat\/completions/g' src/index.js
14
+
15
  CMD ["npm", "run", "start"]