style: apply rustfmt and remove stale Dockerfile COPY

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
M.Schmidt
2026-06-30 20:11:29 +02:00
parent e7e7218e9b
commit 650d388b4e
-1
View File
@@ -105,7 +105,6 @@ FROM base AS builder-cache
WORKDIR /app
COPY Cargo.toml Cargo.lock build.rs ./
COPY src src
COPY static static
COPY migrations migrations
COPY templates templates
COPY --from=frontend /static-dist ./static-dist