Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
bingloo/filen-webdav
MadisonWirtanen
/
filen-webdav
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1086795
filen-webdav
/
Dockerfile
bingloo
Upload 2 files
6a31168
verified
2 months ago
raw
Copy download link
history
blame
Safe
133 Bytes
FROM
node:
20
-alpine
WORKDIR
/app
RUN
npm install @filen/webdav@latest
COPY
. .
EXPOSE
1900
CMD
[
"node"
,
"start.mjs"
]