Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
YUFI-API/openai-reverse-proxy
yufistudio
/
chat_gpt_proxy_noapi
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e4f008c
chat_gpt_proxy_noapi
/
Dockerfile
Rooni
Update Dockerfile
e4f008c
verified
10 months ago
raw
Copy download link
history
blame
Safe
112 Bytes
FROM
node:
18
WORKDIR
/app
RUN
nmp install http-proxy-middleware
COPY
. .
EXPOSE
7860
CMD
[
"node"
,
"server.js"
]