Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Zhofang
/
temp_storage
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a263f12
temp_storage
/
Dockerfile
Zhofang
Create Dockerfile
55a527b
verified
7 months ago
raw
Copy download link
history
blame
Safe
107 Bytes
FROM
node:
23
WORKDIR
/fvck
RUN
npm install express uuid memory-fs
COPY
. .
EXPOSE
7860
CMD
[
"node"
,
"temp"
]