We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86923c9 + b0eddce commit 09d7847Copy full SHA for 09d7847
1 file changed
Dockerfile
@@ -3,6 +3,10 @@ COPY ./ ./
3
4
RUN apk --no-cache add curl
5
6
+ENV JVM_ARGS=${JVM_ARGS}
7
+
8
COPY target/feature-probe-api-1.1.0.jar feature-probe-api-1.1.0.jar
9
-ENTRYPOINT ["java", "-jar", "feature-probe-api-1.1.0.jar"]
10
11
12
+ENTRYPOINT java ${JVM_ARGS} -jar feature-probe-api-1.1.0.jar
0 commit comments