mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-06 05:09:40 -06:00
14 lines
309 B
JSON
14 lines
309 B
JSON
{
|
|
"name": "dawarich",
|
|
"description": "Dawarich",
|
|
"buildpacks": [
|
|
{ "url": "https://github.com/heroku/heroku-buildpack-nodejs.git" },
|
|
{ "url": "https://github.com/heroku/heroku-buildpack-ruby.git" }
|
|
],
|
|
"scripts": {
|
|
"dokku": {
|
|
"predeploy": "bundle exec rails db:migrate"
|
|
}
|
|
}
|
|
}
|