File size: 199 Bytes
a302ca3
 
3751548
 
a302ca3
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
FROM ghcr.io/jiuz-chn/cursor-to-openai:latest

WORKDIR /app

COPY hf.js /app/hf.js

RUN npm install http-proxy-middleware

ENV HF_PORT=7860
EXPOSE 7860

CMD ["sh", "-c", "node hf.js & npm run start"]