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