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 24fcc5d commit eea560aCopy full SHA for eea560a
Dockerfile
@@ -1,4 +1,4 @@
1
FROM eclipse-temurin:17-jdk-alpine
2
VOLUME /tmp
3
COPY target/*.jar app.jar
4
-ENTRYPOINT ["java","-jar","/app.jar"]
+ENTRYPOINT ["java", "--add-opens=java.base/java.nio=ALL-UNNAMED", "-jar", "/app.jar"]
0 commit comments