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