Jeremy Shimko

Results 37 comments of Jeremy Shimko

I apologize for the wait guys. I haven't had as much available free time to maintain this project as I'd like, but I'll dig into all of this over the...

@zachariahtimothy can you be more specific about what you tried? Turning your settings file into a string and setting that to `METEOR_SETTINGS` definitely works (I do it every day), so...

@firrae You can do environment variable interpolation in a Docker Compose file now, but you can't execute a command in it (the `cat` part). So you have a few options....

Good to hear. FYI, you can leave off the `=$METEOR_SETTINGS` part. When there's no value assigned, it inherits that variable from your current shell env. So this is equivalent to...

@aumana If you can provide reproduction steps or a repo that demonstrates this issue, I'd be happy to take a look. Otherwise, I don't know what to recommend without knowing...

Documentation pull requests are always welcome @maasha!

The error in the above image is from node-gyp doing a binary build of one of the app's dependencies. In other words, that's app-specific. To start (at least for the...

@bergjs Oh boy, that's a classic. :) To confirm my assumption, remove `bcrypt` from your package.json and run the build to see if it works. When it does (it likely...

Could you please add some details in the PR description that explain what this is trying to accomplish?

> _Also I am currently on Meteor 1.5.2 and using FROM jshimko/meteor-launchpad:latest_ That's definitely going to be an issue if you're not overriding the NODE_VERSION. Meteor 1.5.2 definitely doesn't support...