JiuZZZ commited on
Commit
2560680
·
verified ·
1 Parent(s): 79bdd72

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -3,6 +3,7 @@ FROM ghcr.io/jiuz-chn/cursor-to-openai:latest
3
  COPY hf.js /app/hf.js
4
 
5
  RUN npm install http-proxy-middleware
 
6
 
7
  ENV HF_PORT=7860
8
  EXPOSE 7860
 
3
  COPY hf.js /app/hf.js
4
 
5
  RUN npm install http-proxy-middleware
6
+ RUN npm install morgan
7
 
8
  ENV HF_PORT=7860
9
  EXPOSE 7860