Skip to content

Commit

Permalink
fix(docker): remove -P buildFatJar
Browse files Browse the repository at this point in the history
buildFatJar is the default
  • Loading branch information
TheGreatRefrigerator committed Feb 16, 2024
1 parent aca69d9 commit 7006a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY pom.xml /tmp/ors/pom.xml
COPY ors-report-aggregation /tmp/ors/ors-report-aggregation

# Build the project and ignore the report aggregation module as not needed for the API
RUN mvn clean package -DskipTests -pl '!ors-report-aggregation' -P buildFatJar
RUN mvn clean package -DskipTests -pl '!ors-report-aggregation'

# Copy the example config files to the build folder
COPY ./ors-config.yml /tmp/ors/example-ors-config.yml
Expand Down

0 comments on commit 7006a73

Please sign in to comment.