A guide on how to deploy Ruby on Rails apps with Coolify
NIXPACKS
Start Command
bundle exec rake db:migrate && bundle exec bin/rails server -b 0.0.0.0 -p ${PORT:-3000} -e $RAILS_ENV