Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
YUFI-API/openai-reverse-proxy
Rooni
/
gemini-openai-me-reverse-proxy
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3ec67df
gemini-openai-me-reverse-proxy
/
Dockerfile
Rooni
Update Dockerfile
3ec67df
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
160 Bytes
FROM
node:
18
WORKDIR
/app
RUN
npm install express express-http-proxy
RUN
npm install axios
RUN
npm install cors
COPY
. .
EXPOSE
7860
CMD
[
"node"
,
"server.js"
]