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
How to migrate.
Replace:
by
in your
Dockerfile.If you have to deploy meteor 2 add
in
launchpad.confBy default I am using 3.6.0
Repo:
https://github.com/gustawdaniel/meteor-launchpad/tree/master