This commit is contained in:
Dave Syer 2013-08-27 17:55:16 +01:00
parent caeba8d7a5
commit 25189c52f8

View File

@ -7,4 +7,4 @@ applications:
domain: cfapps.io
path: .
buildpack: https://github.com/cloudfoundry/java-buildpack
command: JAVA_HOME=./.java ./spring/bin/spring run --local app.groovy -- --server.port=$PORT
command: ls && JAVA_HOME=./.java ./spring/bin/spring run --local app.groovy -- --server.port=$PORT