Update Dockerfile
Browse files- 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
|