We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a336b commit e814b10Copy full SHA for e814b10
template/java11/Dockerfile
@@ -53,7 +53,7 @@ ENV upstream_url="http://127.0.0.1:8082"
53
ENV mode="http"
54
ENV CLASSPATH="/home/app/entrypoint-1.0/lib/*"
55
56
-ENV fprocess="java -noverify -XX:TieredStopAtLevel=1 -XX:CICompilerCount=1 -XX:+UseSerialGC -XX:+UnlockExperimentalVMOptions -XX:-UsePerfData -XX:+UseContainerSupport -XX:SharedArchiveFile=app-cds.jsa com.openfaas.entrypoint.App"
+ENV fprocess="java -noverify -XX:TieredStopAtLevel=1 -XX:CICompilerCount=1 -XX:+UseSerialGC -XX:+UnlockExperimentalVMOptions -XX:-UsePerfData -XX:+UseContainerSupport com.openfaas.entrypoint.App"
57
EXPOSE 8080
58
59
HEALTHCHECK --interval=5s CMD [ -e /tmp/.lock ] || exit 1
0 commit comments