How to use auto-reload (browserSync) on the ionic server when in a Docker container?

3

I performed the installation of ionic 3.20 on a Docker container. Everything works perfectly, but I'm having difficulty using the auto-refresh feature, when I change a file the content is not synchronized with the browser, as it happens when I use ionic outside the container.

How can I solve this problem?

    
asked by anonymous 11.09.2018 / 07:10

1 answer

2

I noticed that everything was right when using the image: link

Just release the live reload port, which is: 35729

    
11.09.2018 / 07:44