Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
YUFI-API/KmnNew2.1
Dimaaaaaaaaaa
/
sonnik
like
1
Running
App
Files
Files
Community
main
sonnik
/
Dockerfile
Rooni
Update Dockerfile
14691fe
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
111 Bytes
FROM
node:
18
WORKDIR
/app
COPY
package.json ./
RUN
npm install
COPY
. .
EXPOSE
7860
CMD
[
"node"
,
"server.js"
]