Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
fekomi8129/warp
xovakat
/
warp
like
0
Running
App
Files
Files
Community
main
warp
/
Dockerfile
8reseseru
Duplicate from Silan-Eclipse/openai-reverse-proxy
97b4c9b
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
122 Bytes
FROM
node:
18
WORKDIR
/app
RUN
npm install express express-http-proxy
COPY
. .
EXPOSE
7860
CMD
[
"node"
,
"server.js"
]