A Rails app I deployed on DigitalOcean using Dokku crashed and started returning 500 errors.
How can I restart it without pushing an empty commit?
dokku ps:restart <app>
works for me logged in with dokku
system user.
Use dokku apps:list
to list your apps.