Browse Source

Restore latest ruby buildpack from Github (#251)

pull/253/head
Stéphane Meny 3 years ago committed by GitHub
parent
commit
58c50e3693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      manifest.yml

2
manifest.yml

@ -1,7 +1,7 @@
---
defaults: &defaults
buildpacks:
- ruby_buildpack
- https://github.com/cloudfoundry/ruby-buildpack.git
processes:
- type: web
command: bundle exec rake cf:on_first_instance db:migrate && bin/rails server

Loading…
Cancel
Save