Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 770 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 770 Bytes

Java Gradle Sample Application

Building

pack build applications/gradle

Alternatively, if you want to attach a gradle.properties file to pass additional configuration to Gradle.

pack build --volume $(pwd)/bindings:/platform/bindings applications/gradle

The command above will use the sample gradle.properties file from this repo. It may be more useful to copy your local gradle.properties file first.

cp ~/.gradle/gradle.properties java/gradle/bindings/gradle/gradle.properties
pack build applications/gradle --volume $(pwd)/bindings:/platform/bindings

Running

docker run --rm --tty --publish 8080:8080 applications/gradle

Viewing

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