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
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d73ca0f
KmnNew2.1
/
Dockerfile
Rooni
Update Dockerfile
787a908
verified
3 months ago
raw
Copy download link
history
blame
Safe
190 Bytes
FROM
node:
18
WORKDIR
/app
COPY
package.json ./
RUN
npm install
RUN
npm install express express-rate-limit axios @huggingface/inference dotenv
COPY
. .
EXPOSE
7860
CMD
[
"node"
,
"server.js"
]