wIK5Ez2o commited on
Commit
8c3a804
·
verified ·
1 Parent(s): a36ca70

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,6 +11,6 @@ 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
- RUN sed -i 's/toUpperCase();/toUpperCase();\n console.log(hexString);/g'
15
 
16
  CMD ["npm", "run", "start"]
 
11
  RUN yarn
12
 
13
  RUN sed -i 's/\/v1\/chat\/completions/\/proxies\/v1\/chat\/completions/g' src/index.js
14
+ RUN sed -i 's/toUpperCase();/toUpperCase();\n console.log(hexString);/g' src/utils.js
15
 
16
  CMD ["npm", "run", "start"]