Fix Antithesis Dockerfile

This commit is contained in:
Pekka Enberg
2025-08-20 13:43:31 +03:00
parent c3ed6f570c
commit 29a2fa1dd2

View File

@@ -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/