diff --git a/docs/launch-node-from-local.md b/docs/launch-node-from-local.md index 2b67bfc5..0c1e2cfa 100644 --- a/docs/launch-node-from-local.md +++ b/docs/launch-node-from-local.md @@ -20,7 +20,12 @@ The screen will refresh and show a progress meter. A typical launch will take ab The very first Bubble you launch will build a [Packer](https://packer.io) image that will be used for this and subsequent launches. -This process adds about 20-25 minutes to the launch process. This only happens the first time you launch a Bubble. +This process adds about 20-25 minutes to the launch process. + +While the packer image is building, the progress meter will appear to be "stuck" at 1%. This is normal. +If you're curious, you can observe the packer image being built in your Bubble logs. + +This only happens the first time you launch a Bubble. Later launches can skip this step, because Bubble will detect that the packer image already exists. ## Install Bubble Apps diff --git a/docs/launch-node-from-remote.md b/docs/launch-node-from-remote.md index fea1860b..82f522b9 100644 --- a/docs/launch-node-from-remote.md +++ b/docs/launch-node-from-remote.md @@ -23,7 +23,12 @@ The screen will refresh and show a progress meter. A typical launch will take ab The very first Bubble you launch will build a [Packer](https://packer.io) image that will be used for this and subsequent launches. -This process adds about 20-25 minutes to the launch process. This only happens the first time you launch a Bubble. +This process adds about 20-25 minutes to the launch process. + +While the packer image is building, the progress meter will appear to be "stuck" at 1%. This is normal. +If you're curious, you can observe the packer image being built in your Bubble logs. + +This only happens the first time you launch a Bubble. Later launches can skip this step, because Bubble will detect that the packer image already exists. ## Install Bubble Apps diff --git a/docs/remote-launcher.md b/docs/remote-launcher.md index 02540f4c..01838164 100644 --- a/docs/remote-launcher.md +++ b/docs/remote-launcher.md @@ -32,7 +32,12 @@ The screen will refresh and show a progress meter. A typical launch will take ab The very first Remote Launcher you launch will build a [Packer](https://packer.io) image that will be used for this and subsequent launches. -This process adds about 20-25 minutes to the launch process. This only happens the first time you launch a Remote Launcher. +This process adds about 20-25 minutes to the launch process. + +While the packer image is building, the progress meter will appear to be "stuck" at 1%. This is normal. +If you're curious, you can observe the packer image being built in your Bubble logs. + +This only happens the first time you launch a Remote Launcher. Later launches can skip this step, because Bubble will detect that the packer image already exists. ## Next Steps