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 72b3e79 commit 54f6197Copy full SHA for 54f6197
frameworks/Java/t-io/tio-mvc.dockerfile
@@ -5,7 +5,7 @@ COPY src src
5
COPY script script
6
RUN mvn package -q
7
8
-#TODO use separate JDK/JRE for the RUN (as the other builds)
+FROM openjdk:17
9
WORKDIR /t-io/target/tio-http-server-benchmark
10
11
EXPOSE 8080
0 commit comments