We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e116c commit 4866182Copy full SHA for 4866182
Procfile
@@ -0,0 +1,7 @@
1
+web: bin/cloud_controller -c /config/cloud_controller_ng.yml
2
+local-worker: bundle exec rake jobs:local
3
+api-worker: bundle exec rake jobs:generic
4
+clock: bundle exec rake clock:start
5
+deployment-updater: bundle exec rake deployment_updater:start
6
+migrate: /bin/bash -c 'bundle exec rake db:wait_for_istio && bundle exec rake db:setup_database && bundle exec rake db:terminate_istio'
7
+
buildpack.yml
@@ -0,0 +1,2 @@
+mri:
+ version: 2.5.*
0 commit comments