Thank you for the docker image. I was successfully able to get it up and running and then using the default project from shopify dashing template project and the command below noticed that the dashboard doesn't update. The only time I get the update is when I stop the docker container, then the web page updates the view just 1 to what I would expect it to be. It's like the refresh of the web page doesn't work while the container is running. Was wondering if you might have any hints on what could be wrong?
docker run -v=/Users/name/Documents/git/dash/dashboards:/dashboards -v=/Users/name/Documents/git/dash/widgets:/widgets -v=/Users/name/Documents/git/dash/jobs:/jobs -d -p 80:3030 frvi/dashing
Thank you for the docker image. I was successfully able to get it up and running and then using the default project from shopify dashing template project and the command below noticed that the dashboard doesn't update. The only time I get the update is when I stop the docker container, then the web page updates the view just 1 to what I would expect it to be. It's like the refresh of the web page doesn't work while the container is running. Was wondering if you might have any hints on what could be wrong?