diff --git a/Dockerfile.antithesis b/Dockerfile.antithesis index ba1d9168b..a59626790 100644 --- a/Dockerfile.antithesis +++ b/Dockerfile.antithesis @@ -28,6 +28,7 @@ COPY ./simulator ./simulator/ COPY ./sqlite3 ./sqlite3/ COPY ./tests ./tests/ COPY ./stress ./stress/ +COPY ./sync ./sync/ COPY ./vendored ./vendored/ COPY ./testing/sqlite_test_ext ./testing/sqlite_test_ext/ RUN cargo chef prepare --bin turso_stress --recipe-path recipe.json @@ -68,6 +69,7 @@ COPY --from=planner /app/core ./core/ COPY --from=planner /app/extensions ./extensions/ COPY --from=planner /app/macros ./macros/ COPY --from=planner /app/stress ./stress/ +COPY --from=planner /app/sync ./sync/ COPY --from=planner /app/parser ./parser/ COPY --from=planner /app/vendored ./vendored/ COPY --from=planner /app/testing/sqlite_test_ext ./testing/sqlite_test_ext/