Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
YUFI-API/HDRezkaApi
YUFI-API
/
JsonXmlApi
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
587da90
JsonXmlApi
/
Dockerfile
cozsucks
Create Dockerfile
7b2d73c
about 2 years ago
raw
Copy download link
history
blame
Safe
117 Bytes
FROM
node:
18
WORKDIR
/app
RUN
npm install express express-http-proxy
COPY
. .
EXPOSE
7860
CMD
[
"node"
,
"server.js"
]