Skip to content

Commit

Permalink
Add back "-q" flag to maven command
Browse files Browse the repository at this point in the history
  • Loading branch information
mithandir committed Aug 26, 2023
1 parent 116595f commit ee18a4d
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 @@ -9,7 +9,7 @@ RUN mkdir /opt/src
COPY / /opt/src/newsfeed/

WORKDIR /opt/src/newsfeed
RUN --mount=type=cache,target=/root/.m2 mvn install -DskipTests=true -P production
RUN --mount=type=cache,target=/root/.m2 mvn -q install -DskipTests=true -P production
RUN mkdir -p target/dependency && (cd target/dependency; jar -xf ../*.jar)


Expand Down

0 comments on commit ee18a4d

Please sign in to comment.