meteor-launchpad
meteor-launchpad copied to clipboard
I forked this repo and made possible Meteor 3 deployment.
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 deploy meteor 2 add
PYTHON_VERSION=2.7
in launchpad.conf
By default I am using 3.6.0
Repo:
https://github.com/gustawdaniel/meteor-launchpad/tree/master
@jshimko we can add this to your repo if you want. There is open PR to install python by conda
Now PYTHON_VERSION isn't required in launchpad.conf because we can derive it from node js version