JiuZZZ commited on
Commit
3751548
·
verified ·
1 Parent(s): 3f95836

Update Dockerfile

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