Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
JiuZX/Cursor-To-OpenAI
hxger
/
cta
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
cta
/
Dockerfile
JiuZZZ
Update Dockerfile
3751548
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
199 Bytes
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"
]