Skip to content

Commit da9ba21

Browse files
committed
Update Solon Jdk To 21
1 parent c47ce32 commit da9ba21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/Java/solon/solon.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ COPY --from=maven /solon/target/hello-solon.jar app.jar
1010

1111
EXPOSE 8080
1212

13-
CMD ["java", "-server", "-XX:+UseNUMA", "-XX:+UseParallelGC", "-cp", "app.jar", "hello.Main"]
13+
CMD ["java", "-server", "-cp", "app.jar", "hello.Main"]

0 commit comments

Comments
 (0)