-
How to migrate.
Replace:
```
FROM jshimko/meteor-launchpad:latest as build
```
by
```
FROM gustawdaniel/meteor-launchpad:latest as build
```
in your `Dockerfile`.
If you have to …
-
Is there a reason why we're still using meteor-launchpad v1.1.1 which is more than a year old when the latest is v2.3.0? If yes, document it in the dockerfile. If not, then update.
Last commit was …
-
Hi
In Kubernetes it would be nice to store settings.json as a secret and have the secret volume mounted into the pod. To solve that I added the following code to my fork entrypoint.sh
```
# Use…
-
Hi,
any ideas why I'd be getting this err - please see https://github.com/jshimko/meteor-launchpad/issues/79 when trying to build a Docker images that includes lookback emails?
thanks
-
E: Package 'python' has no installation candidate
-
I sometimes run Meteor apps in a Docker environment, where `docker-compose` manages a MongoDB instance running as a separate Docker container. Since both the Meteor app container and the Mongo contain…
-
After the Meteor 1.6 update, I'm still using the jshimko/meteor-launchpad:latest with the default NODE_VERSION selected (i.e. that line is commented out). I tried to force it to 8.8.1, the local meteo…
-
This is what I get when I take build the Dockerfile containing:
FROM jshimko/meteor-launchpad:latest
Any ideas?
-
With the latest update to Meteor v.1.4.2, building an image gives an error that the build is running as root user.
> You are attempting to run Meteor as the "root" user. If you are developing,
> thi…
-
I can `docker build .` locally but in CI this doesn't work. Sadly the script outputs don't detail much:
```
Even with METEOR_ALLOW_SUPERUSER or --allow-superuser, permissions in your app
director…