We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff41b5 commit 6fa3085Copy full SHA for 6fa3085
frameworks/Java/edap-http/edap-http-fast.dockerfile
@@ -2,7 +2,7 @@ FROM maven:3.9.11-amazoncorretto-21 as maven
2
WORKDIR /edap-http
3
COPY pom.xml pom.xml
4
COPY src src
5
-RUN mvn compile assembly:single
+RUN mvn compile assembly:single -q
6
7
FROM amazoncorretto:21.0.8
8
frameworks/Java/edap-http/edap-http.dockerfile
0 commit comments