Skip to content

Update for Meteor 1.4#108

Open
Ben305 wants to merge 3 commits into
meteorhacks:masterfrom
Ben305:master
Open

Update for Meteor 1.4#108
Ben305 wants to merge 3 commits into
meteorhacks:masterfrom
Ben305:master

Conversation

@Ben305

@Ben305 Ben305 commented Jul 27, 2016

Copy link
Copy Markdown

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
Copy Markdown

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

Comment thread base/scripts/run_app.sh
tar xzf *.tar.gz
cd /bundle/bundle/programs/server/
npm i
npm install --unsafe-perm

Copy link
Copy Markdown
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
Copy Markdown
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