Skip to content

Commit

Permalink
fixes to make ccng buildable with ruby cnb
Browse files Browse the repository at this point in the history
[#174523162]
  • Loading branch information
cwlbraa authored and piyalibanerjee committed Sep 17, 2020
1 parent a0e116c commit 4866182
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
web: bin/cloud_controller -c /config/cloud_controller_ng.yml
local-worker: bundle exec rake jobs:local
api-worker: bundle exec rake jobs:generic
clock: bundle exec rake clock:start
deployment-updater: bundle exec rake deployment_updater:start
migrate: /bin/bash -c 'bundle exec rake db:wait_for_istio && bundle exec rake db:setup_database && bundle exec rake db:terminate_istio'

2 changes: 2 additions & 0 deletions buildpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mri:
version: 2.5.*

0 comments on commit 4866182

Please sign in to comment.