I have two node apps successfully running on Dokku on Digital Ocean.
I have tried a third node app but this one always shows webpage not available:
When I push it all looks great
When I run the docker ps it looks like...
I have set up dokku on digital ocean and deployed my first site successfully like this:
git remote add dokku dokku@myfirstdomain.com:myfirstdomain.com
git push dokku master
I can access this first site by visiting eit...