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!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
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.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
