I try to deploy my node.js application on server. When I use command : ‘git push dokku master’ , I have error : remote: App container failed to start!! =====> myapp container output: setuidgid: usage: setuidgid account child =====> end myapp container output remote: /usr/local/bin/dokku: line 49: 13309 Killed dokku deploy “$APP”
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
This question was answered by @amesteves:
Hello, I had this problem today. I’m working with a sinatra ruby based application with puma. It was because i scale my app doing :
dokku ps:scale ango web=1 worker=1but i didn’t configure worker on the Procfile So i get the same error than you :
App container failed to start!! =====> myapp container output: setuidgid: usage: setuidgid account child =====> end myapp container outputWhat i did to fix this issue is the setup the worker to 0 :
dokku ps:scale ango web=1 worker=0Hope, it could help you.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.