Skip to content

Commit 3682ad1

Browse files
committed
small modify
1 parent abae6d5 commit 3682ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /t-io
33
COPY pom.xml pom.xml
44
COPY src src
55
COPY script script
6-
RUN mvn clean package -q
6+
RUN mvn package -q
77

88
FROM openjdk:21-jdk-slim
99
WORKDIR /t-io/target/tio-http-server-benchmark

0 commit comments

Comments
 (0)