Spaces:
Running
Running
Update Dockerfile
Browse files- 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"]
|