meteor-launchpad
                                
                                
                                
                                    meteor-launchpad copied to clipboard
                            
                            
                            
                        A base Docker image for Meteor applications.
Docker build fails during Meteor install on Windows with the following output: ``` ... Installing Meteor 1.8.0.2 Downloading Meteor distribution Retrying download in 5 seconds... Retrying download in 5 seconds......
Changed to use Debian Stretch (9) rather than outdated Debian Jessie (8). Also changed the default NodeJS to be latest LTS version 10.15.x. This fixed an issue with bcrypt "undefined...
Support for Debian Jessie ends on June 30, 2020, until then, the base docker image has to be updated to stretch :)
Today all my builds are failing because of this error: ```bash W. failed to fetch http://deb.debian.org/debian/dists/jessie-updates/main/binary-amd64/Packages 404 Not found ``` Can you please update the reference? Thank you!
Hi. I would like to ask why you do not base on node image but on Ubuntu image. Are there some dependencies that Ubuntu image has but Node image has...
Hey I was wondering if this is possible to achieve with `volumes` as it is very annoying to have to rebuild the image everytime an update is to be tested....
Hi, this container is the only one which really works. Now I create a meteor app. But I want to change the stylesheets from outside the container and at running...
I had some trouble with some npm packages not installing, this makes that easier to spot. I don't really see a reason not to set it to verbose.
In issue > https://github.com/kelektiv/node.bcrypt.js/issues/656 was described problem with bcrypt that I experienced. And there was suggested to update node from 8.9.0 Bug was hard to reproduce because of it occured...
This is what I get when I take build the Dockerfile containing: FROM jshimko/meteor-launchpad:latest Any ideas?