meteor-launchpad icon indicating copy to clipboard operation
meteor-launchpad copied to clipboard

I forked this repo and made possible Meteor 3 deployment.

Open gustawdaniel opened this issue 1 year ago • 4 comments

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

gustawdaniel avatar Feb 24 '24 12:02 gustawdaniel

@jshimko we can add this to your repo if you want. There is open PR to install python by conda

gustawdaniel avatar Feb 24 '24 12:02 gustawdaniel

Now PYTHON_VERSION isn't required in launchpad.conf because we can derive it from node js version

gustawdaniel avatar Mar 01 '24 17:03 gustawdaniel