We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4049c commit 68f2fcaCopy full SHA for 68f2fca
packages/wrangler/src/config/environment.ts
@@ -78,7 +78,8 @@ export type ContainerApp = {
78
image_build_context?: string;
79
80
/**
81
- * Image variables to be passed along the image at build time.
+ * Image variables available to the image at build-time only.
82
+ * For runtime env vars, refer to https://developers.cloudflare.com/containers/examples/env-vars-and-secrets/
83
* @optional
84
*/
85
image_vars?: Record<string, string>;
0 commit comments