Skip to content

Commit 78a45da

Browse files
authored
Update tio-mvc.dockerfile
1 parent 3682ad1 commit 78a45da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frameworks/Java/t-io/tio-mvc.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN mvn package -q
77

88
FROM openjdk:21-jdk-slim
99
WORKDIR /t-io/target/tio-http-server-benchmark
10+
COPY --from=maven /t-io/target/tio-http-server-benchmark/ ./
1011

1112
EXPOSE 8080
1213

0 commit comments

Comments
 (0)