Issue
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?
Solution
dokku ps:restart <app>
works for me logged in with dokku
system user.
Use dokku apps:list
to list your apps.
Answered By - Edu Lomeli Answer Checked By - Dawn Plyler (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.