Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 823 Bytes

container-ratpack.md

File metadata and controls

21 lines (17 loc) · 823 Bytes

Ratpack Container

The Ratpack Container allows Ratpack applications to be run.

Detection CriteriaThe app/Ratpack.groovy or app/ratpack.groovy configuration file exists in either the top-level directory or an immediate subdirectory of the application.
Tags ratpack=<version>
Tags are printed to standard output by the buildpack detect script

The container expects to run the application creating by running gradle distZip in an application built with the Ratpack Gradle plugin.

Configuration

The Ratpack Container cannot be configured.