Skip to content

Commit 6fa3085

Browse files
author
luysh
committed
edit mvn run option
1 parent 2ff41b5 commit 6fa3085

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frameworks/Java/edap-http/edap-http-fast.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM maven:3.9.11-amazoncorretto-21 as maven
22
WORKDIR /edap-http
33
COPY pom.xml pom.xml
44
COPY src src
5-
RUN mvn compile assembly:single
5+
RUN mvn compile assembly:single -q
66

77
FROM amazoncorretto:21.0.8
88
WORKDIR /edap-http

frameworks/Java/edap-http/edap-http.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM maven:3.9.11-amazoncorretto-21 as maven
22
WORKDIR /edap-http
33
COPY pom.xml pom.xml
44
COPY src src
5-
RUN mvn compile assembly:single
5+
RUN mvn compile assembly:single -q
66

77
FROM amazoncorretto:21.0.8
88
WORKDIR /edap-http

0 commit comments

Comments
 (0)