fix migrations
Some checks are pending
Docker Build and Push / build (push) Waiting to run

This commit is contained in:
Tsuki 2025-08-17 19:07:36 +08:00
parent a18bbcf006
commit 878189e191

View File

@ -18,6 +18,8 @@ COPY src ./src
COPY .sqlx .sqlx COPY .sqlx .sqlx
COPY migrations ./migrations
ENV SQLX_OFFLINE=true ENV SQLX_OFFLINE=true
RUN cargo build --release RUN cargo build --release