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