See prerequisites of this sample.
pack build applications/jar --env BP_JVM_VERSION=11
docker run --rm --tty --publish 8080:8080 applications/jar
curl -s http://localhost:8080/actuator/health | jq .
See prerequisites of this sample.
pack build applications/jar --env BP_JVM_VERSION=11
docker run --rm --tty --publish 8080:8080 applications/jar
curl -s http://localhost:8080/actuator/health | jq .