Closed mrdavidlaing closed 11 years ago
Port Procfile container concept from https://github.com/cloudfoundry/java-buildpack/pull/15
By adding a Procfile to your app root, you can specify (multiple) custom startup scripts (eg, your web app + a background worker + a ssh tunnel)
Procfile
Feature implemented in #25
Port Procfile container concept from https://github.com/cloudfoundry/java-buildpack/pull/15
By adding a
Procfile
to your app root, you can specify (multiple) custom startup scripts (eg, your web app + a background worker + a ssh tunnel)