Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JiuZZZ
/
Cursor-To-OpenAI
like
0
Sleeping
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
refs/pr/1
Cursor-To-OpenAI
/
Dockerfile
JiuZZZ
Create Dockerfile
fb263ca
verified
3 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"
]