diff --git a/Dockerfile b/Dockerfile index 1aa7a2e6dc..0f3cf4cce1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,7 @@ COPY irs-testing irs-testing COPY irs-report-aggregate irs-report-aggregate COPY cucumber-tests cucumber-tests COPY docs docs +COPY irs-load-tests irs-load-tests # the --mount option requires BuildKit. RUN --mount=type=cache,target=/root/.m2 mvn -B clean package -pl :$BUILD_TARGET -am -DskipTests