Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yethdev
/
2048
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
2048
/
Dockerfile
yethdev
Upload folder using huggingface_hub
b11323b
verified
7 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
134 Bytes
FROM
node:
20
-slim
WORKDIR
/app
COPY
. .
ENV
PORT=
7860
EXPOSE
7860
CMD
[
"node"
,
"--max-old-space-size=512"
,
"server.js"
]