jshimko / meteor-launchpad

A base Docker image for Meteor applications.
https://hub.docker.com/r/jshimko/meteor-launchpad/
MIT License
276 stars 152 forks source link

Live reload? #81

Closed dryhurst closed 7 years ago

dryhurst commented 7 years ago

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

dryhurst commented 7 years ago

I failed to see the section labeled "Development Builds" in the README. My bad.