Skip to content

Conversation

@Ben305
Copy link

@Ben305 Ben305 commented Jul 27, 2016

Now since Meteor 1.4 has been released, this image needs some updates.

Meteor 1.4 uses Node 4.4.7, and binary npm dependencies must be rebuilt sometimes.

See meteor/meteor#7475 for details.

@tumbl3w33d
Copy link

Thank you for uploading your docker image to the hub. Works like a charm.

tar xzf *.tar.gz
cd /bundle/bundle/programs/server/
npm i
npm install --unsafe-perm
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the --unsafe-perm? Also, this should probably have --production so things like linters and testing packages don't needlessly get installed.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without --unsafe-perm it did not work, this solution was provided in in issue from the Meteor repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants