Skip to content

Commit

Permalink
[java] hserver and hserver-business.dockerfile quiet option [ci skip] (
Browse files Browse the repository at this point in the history
…#9455)

* Update hserver-business.dockerfile quiet option

* Update hserver.dockerfile quiet [ci skip]
  • Loading branch information
joanhey authored Dec 10, 2024
1 parent 6007c64 commit 761127a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM maven:3.6.1-jdk-11-slim as maven
WORKDIR /hserver-business
COPY pom.xml pom.xml
COPY src src
RUN mvn package
RUN mvn package --quiet

FROM openjdk:11.0.3-jdk-slim
WORKDIR /hserver-business
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Java/hserver/hserver.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM maven:3.6.1-jdk-11-slim as maven
WORKDIR /hserver
COPY pom.xml pom.xml
COPY src src
RUN mvn package
RUN mvn package --quiet

FROM openjdk:11.0.3-jdk-slim
WORKDIR /hserver
Expand Down

0 comments on commit 761127a

Please sign in to comment.