mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
feat: add webdav support
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
FROM oven/bun:1.2.20-alpine AS base
|
||||
|
||||
RUN apk add --no-cache davfs2
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY ./package.json ./bun.lock ./
|
||||
|
||||
Reference in New Issue
Block a user