Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for Meteor 1.4 #108

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Update for Meteor 1.4 #108

wants to merge 3 commits into from

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.

@@ -4,14 +4,14 @@ if [ -d /bundle ]; then
cd /bundle
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