Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
waxihiv547
/
warp
like
0
Building
App
Files
Files
Community
2ac0c37
warp
/
Dockerfile
8reseseru
Duplicate from Silan-Eclipse/openai-reverse-proxy
97b4c9b
over 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"
]