Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
exable324
/
fdav
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3a55f46
fdav
/
Dockerfile
exable324
Create Dockerfile
3a55f46
verified
9 days ago
raw
Copy download link
history
blame
Safe
214 Bytes
FROM
node:
18
-alpine
WORKDIR
/app
# ๅ ้้กน็ฎ
RUN
apk add --no-cache git && \
git
clone
https://github.com/xiao-cold/efilen-webdav.git . && \
npm install --production
EXPOSE
8888
CMD
[
"npm"
,
"start"
]