java-buildpack/docs/container-play_framework.md at main · cloudfoundry/java-buildpack

Skip to content

Navigation Menu

Sign in

Appearance settings

Latest commit

File metadata and controls

19 lines (15 loc) · 631 Bytes

Play Framework Container

The Play Framework Container allows Play Framework applications to be run.

Detection Criteria The Play Framework start script and the Play Framework runtime JAR exist in the appropriate subdirectories of the application directory or one of its immediate subdirectories (but not in both)
Tags play-framework=<version>
Tags are printed to standard output by the buildpack detect script

Configuration

The Play Framework Container cannot be configured.