Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bingloo
/
filen-webdav
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
90f2ab6
filen-webdav
/
Dockerfile
bingloo
Update Dockerfile
90f2ab6
verified
7 months ago
raw
Copy download link
history
blame
Safe
123 Bytes
FROM
node:lts-alpine
WORKDIR
/app
RUN
npm install @filen/webdav@latest
COPY
. .
EXPOSE
1900
CMD
[
"node"
,
"start.mjs"
]