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

Support for Meteor 1.6 #78

Closed aviadbd closed 7 years ago

aviadbd commented 7 years ago

I think that since Meteor 1.6 updated NPM and NodeJS, the defaults for those should change (or at least take the Meteor version installed into consideration).

jshimko commented 7 years ago

The latest release (v2.3.0) now supports Meteor 1.6.

FYI, this image does take the Meteor version into consideration. It specifically installs the version your app uses. The main issue was Node 8 was not being installed by default. But you can also override that as well with --build-arg NODE_VERSION=8.9.0 when building your image. See this section of the readme for more info on that.

Either way, you should be good to go now!