This isn't really an issue, but I have a question. I am trying to containerize my meteor app so that I can share it with my development team.
docker run -d -p 32000:3000 -v /Users/jonathan/domain.com/appname:/app namespace/appname:latest
I am able to modify files in the container.
How do I go about getting the container to live-reload my changes? I assume I can't because it looks like meteor-launchpad creates a production build ready for deployment.
I apologize if this is the wrong place to ask this but.
Hi.
This isn't really an issue, but I have a question. I am trying to containerize my meteor app so that I can share it with my development team.
docker run -d -p 32000:3000 -v /Users/jonathan/domain.com/appname:/app namespace/appname:latest
I am able to modify files in the container.
How do I go about getting the container to live-reload my changes? I assume I can't because it looks like meteor-launchpad creates a production build ready for deployment.
I apologize if this is the wrong place to ask this but.
Thank you