-
Notifications
You must be signed in to change notification settings - Fork 73
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
Missing make #59
Comments
There is a |
Thanks,
I think it's something to do with nodejs binary running the app. Why don't you use |
IIUC meteor doesn't contain node in the bundle? Or somehow express it's dependency on node. Weird. It would appear node 4 is too old https://github.com/CyCoreSystems/docker-meteor/blob/master/Dockerfile#L10 |
Reset port to 3000 Update to node 8
We recently upgraded to Meteor 1.7 and now this image is failing to run our bundle: https://unee-t-media.s3-accelerate.amazonaws.com/frontend/commit/15be07e.tar.gz
Tbh I assumed that a bundle was ready to go, so I was surprised to see npm at work in the logs... and failing.
So what's the path forward here? Add build-essential to https://github.com/CyCoreSystems/docker-meteor/blob/master/Dockerfile ?
The text was updated successfully, but these errors were encountered: