Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
JiuZX/Cursor-To-OpenAI
hxger
/
cta
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a302ca3
cta
/
Dockerfile
JiuZZZ
Update (#1)
a302ca3
verified
2 months ago
raw
Copy download link
history
blame
Safe
185 Bytes
FROM
ghcr.io/jiuz-chn/cursor-to-openai:latest
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"
]