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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -11,6 +11,5 @@ 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' src/utils.js
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
 
15
  CMD ["npm", "run", "start"]