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

Update Dockerfile

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