menggunakan Docker ke Heroku
heroku plugins:install heroku-container-registry
Busy Bird
heroku plugins:install heroku-container-registry
build:
docker:
web: Dockerfile
run:
web: bundle exec puma -C config/puma.rb