adding card dav and cald dav

This commit is contained in:
DioCrafts
2025-04-13 01:04:04 +02:00
parent f2ecbc1a39
commit 52d8250d51
52 changed files with 8056 additions and 536 deletions
+1
View File
@@ -24,6 +24,7 @@ COPY static static
COPY db db
COPY Cargo.toml Cargo.lock ./
# Build with all optimizations
ENV DATABASE_URL="postgres://postgres:postgres@postgres/oxicloud"
RUN cargo build --release
# Stage 3: Create minimal final image