Skip to content

Commit

Permalink
feat(Dockerfile):[TRI-387] Add missing module
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jhartmann committed Mar 15, 2023
1 parent ca582a7 commit 293a1fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 293a1fb

Please sign in to comment.