Re: Deploying a shell script driven java application to cf
Ben Hale <bhale@...>
Dammina,
toggle quoted message
Show quoted text
Unfortunately, Daniel’s suggestion won’t work. The buildpack expects the filesystem to look like an exploded JAR/WAR and will refuse to stage if it does not. Instead of trying to get your shell script to run inside of the container, you should actually be trying to run your application without a shell script. What exactly does your shell script do? I think you’ll find that the buildpack already does the same things removing the need for it. -Ben Hale Cloud Foundry Java Experience, Lead On Nov 16, 2015, at 04:39, Daniel Mikusa <dmikusa(a)pivotal.io> wrote: |
|