Documentation Index
Fetch the complete documentation index at: https://astronomer-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The behavior and format of this command are the same for both Astro and Astro Private Cloud.
Usage
Options
| Option | Description | Possible Values |
|---|---|---|
--build-secrets | Run docker build --secret to mount a secret value to your Docker image. | id=<your-secret-id>, src=<path-to-secret> . See Docker documentation. |
-i, --image-name | Tag a pre-built custom image as the project image. | A valid Docker image name |
--no-cache | Do not use cache when building your Astro project into a Docker image. | None |