Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ar4chnophobia
/
openai-reverseproxy-key
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
5151b05
openai-reverseproxy-key
/
Dockerfile
ar4chnophobia
Create Dockerfile
4e822c3
about 1 year ago
raw
Copy download link
history
blame
Safe
122 Bytes
FROM
node:
18
WORKDIR
/app
RUN
npm install express express-http-proxy
COPY
. .
EXPOSE
7860
CMD
[
"node"
,
"server.js"
]