I've run node.js http-server, described in my web dyno: http-server .build -p 80
Well, I've tried to stop process, kill, scale web to 0, restart... Even if web.1 disappear from heroku ps list, server still working on 80 port. And it can't be restarted with new arguments because port is already in use and I have no way to stop it. What am I doing wrong?
I also tried to open heroku bash in admin panel and check ps aux or netstat, but no luck.
Add a comment
|