File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -253,11 +253,14 @@ The `--cached-build` option will use the build from the last time you deployed t
253
253
254
254
Mup supports Meteor 1.2 and newer, though you might need to change the docker image in your mup config.
255
255
256
- | Meteor version | Docker image | Notes |
256
+ | Meteor version | Docker image | Prepare Bundle | Notes |
257
257
| --- | --- | --- |
258
- | 1.2 - 1.3 | ` kadirahq/meteord ` | This is the default docker image. When using Meteor 1.2, ` app.buildOptions.serverOnly ` should be false. |
259
- | 1.4 - 1.5 | ` abernix/meteord:base ` | |
260
- | 1.6 | ` abernix/meteord:node-8.4.0-base ` | |
258
+ | 1.2 - 1.3 | ` kadirahq/meteord ` | false | This is the default docker image. When using Meteor 1.2, ` app.buildOptions.serverOnly ` should be false. |
259
+ | 1.4 - 1.5 | ` abernix/meteord:base ` | true | |
260
+ | 1.6 | ` abernix/meteord:node-8.4.0-base ` | true | |
261
+ | 1.2 - 1.6 | ` zodern/meteor:root ` | true | Automatically uses the correct node version. |
262
+
263
+ When using an image that supports ` Prepare Bundle ` , deployments are easier to debug and more reliable.
261
264
262
265
## Build Options
263
266
You can’t perform that action at this time.
0 commit comments