Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
YUFI-API/Kmn
YUFI-API
/
KmnNew2.1
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
587da90
KmnNew2.1
/
Dockerfile
cozsucks
Create Dockerfile
7b2d73c
almost 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"
]