Skip to content

Commit

Permalink
Use shared classes flag removed
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodforGod committed Apr 5, 2020
1 parent 16a336b commit e814b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/java11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ENV upstream_url="http://127.0.0.1:8082"
ENV mode="http"
ENV CLASSPATH="/home/app/entrypoint-1.0/lib/*"

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"
EXPOSE 8080

HEALTHCHECK --interval=5s CMD [ -e /tmp/.lock ] || exit 1
Expand Down

0 comments on commit e814b10

Please sign in to comment.