diff --git a/server/Dockerfile b/server/Dockerfile index b71e97038..b9d7eac07 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -29,7 +29,6 @@ RUN cargo build --release --workspace \ # second run of the image build (including our code) COPY calendar/diesel.toml ./calendar/diesel.toml -COPY calendar/migrations calendar/migrations COPY .sqlx .sqlx COPY feedback/src ./feedback/src