Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sebebeb
/
System
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
System
/
Dockerfile
Sebebeb
Update Dockerfile
2129bc9
verified
21 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
120 Bytes
FROM
node:
20
-slim
WORKDIR
/app
COPY
package.json ./
RUN
npm install
COPY
. .
EXPOSE
7860
CMD
[
"node"
,
"server.js"
]