Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
YUFI-API/openai-reverse-proxy
yufistudio
/
chat_gpt_proxy_noapi
like
0
Paused
App
Files
Files
xet
Community
Fetching metadata from the HF Docker repository...
main
chat_gpt_proxy_noapi
/
Dockerfile
Rooni
Update Dockerfile
049e7f2
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
117 Bytes
FROM
node:
18
WORKDIR
/app
RUN
npm install express express-http-proxy
COPY
. .
EXPOSE
7860
CMD
[
"node"
,
"server.js"
]