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...
fc62d99
KmnNew2.1
/
Dockerfile
Rooni
Update Dockerfile
8b76b24
verified
5 months ago
raw
Copy download link
history
blame
134 Bytes
FROM
node:
18
WORKDIR
/app
COPY
package.json ./
RUN
npm install
RUN
npm install dotenv
COPY
. .
EXPOSE
7860
CMD
[
"node"
,
"server.js"
]