I setup my development environment on a cloud server (why not, it's lovely!).
Specifically I am running my dev environment in google cloud with docker, forking the meanjs/mean GitHub and corresponding Dockerhub entry as a starting point.
I have mapped the port 3000 from my container where my server is running to port 80 on my cloud server where docker-engine is running. I also mapped the 35729 port to 35729 in same fashion.
See output of $ sudo docker ps
(can't seem to put that table of long lines in a snippet, sorry I put it in a screenshot instead):
output of $ sudo docker ps
Now when I go to my website I gets stuck forever on liverload.js (seeing it in the browser console "Network" tab). livereload hanging forever
Please help 'cause this is driving me nuts!
Closely related to this question, but I want to use livereload not disable it: how to stop using livereload.js in my MEAN app