disney / meteor-base

Base Docker image for use by Meteor apps
Other
262 stars 119 forks source link

Development version? #158

Closed ben-obringer closed 7 months ago

ben-obringer commented 7 months ago

Hello. This is more of a question, so apologies if this isn't the right place to ask. Is there a development version for the Docker setup? Basically I want to have a local development Docker setup that is is as close as possible to the production version.

GeoffreyBooth commented 7 months ago

You can always run your app on your local machine using this image. See test.sh, that’s exactly what it does.

It’s not very convenient to develop this way; every code change means rebuilding the image. But if you just want to test what should be finished code before deployment, it’s possible today.