From 650d388b4e8fa3d897122dc1bc6c52b4928efe10 Mon Sep 17 00:00:00 2001 From: "M.Schmidt" Date: Tue, 30 Jun 2026 20:11:29 +0200 Subject: [PATCH] style: apply rustfmt and remove stale Dockerfile COPY Co-Authored-By: Claude Sonnet 4.6 --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 46bfa69a..21cb9e57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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