Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 497 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 497 Bytes

Java Dist-Zip Sample Application

See prerequisites of this sample.

Building

pack build applications/dist-zip --env BP_GRADLE_BUILD_ARGUMENTS="--no-daemon -x test bootDistZip" --env BP_GRADLE_BUILT_ARTIFACT="build/distributions/*.zip" --env BP_JVM_VERSION=17

Running

docker run --rm --tty --publish 8080:8080 applications/dist-zip

Viewing

curl -s http://localhost:8080/actuator/health | jq .