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 a3b748b commit 456e172Copy full SHA for 456e172
Dockerfile
@@ -6,4 +6,4 @@ COPY ./build/libs/*.jar ./app.jar
6
EXPOSE 8080
7
EXPOSE 8081
8
9
-ENTRYPOINT ["java", "-jar", "-Dspring.profiles.active=docker", "./app.jar"]
+ENTRYPOINT ["java $JAVA_OPTS", "-jar", "-Dspring.profiles.active=docker", "./app.jar"]
0 commit comments