Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
utarwyn committed Feb 21, 2024
1 parent 4ade0a1 commit 51d5d87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM maven:3-openjdk-11-slim AS builder

COPY . /usr/src/ecocode

WORKDIR /usr/src/ecocode
RUN ./tools/build.sh
WORKDIR /usr/src/ecocode/tools
RUN ./build.sh

FROM sonarqube:10-community
COPY --from=builder /usr/src/ecocode/target/ecocode-*.jar /opt/sonarqube/extensions/plugins/

0 comments on commit 51d5d87

Please sign in to comment.