diff --git a/Dockerfile b/Dockerfile index 4e2d321..bb1284e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,6 +59,7 @@ RUN cargo build --release # Copy source code RUN rm src/*.rs COPY ./src ./src/ +COPY ./migrations ./migrations/ # Copy built frontend assets COPY --from=frontend-builder /app/dist ./web/dist