Hugging Face
Models
Datasets
Spaces
Posts
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...
7efa1e0
filen-webdav
/
Dockerfile
bingloo
Upload Dockerfile
7efa1e0
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
143 Bytes
FROM
node:lts-alpine
WORKDIR
/app
COPY
. .
RUN
npm install @filen/webdav@latest
ENV
PORT=
1900
ENTRYPOINT
[
"node"
,
"start.mjs"
]