diff --git a/backend/Dockerfile b/backend/Dockerfile index 54f4b34..6ce2a7e 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -25,7 +25,7 @@ COPY src/ src/ COPY migrations/ migrations/ # Build the application -RUN --mount=source=.sqlx,target=.sqlx cargo build --release +RUN cargo build --release # Runtime stage FROM alpine:latest