From e395d68421a10e90cf0f2bedfcbb84af07f42a34 Mon Sep 17 00:00:00 2001 From: Petra Vankova Date: Sun, 7 Dec 2025 23:54:01 +0100 Subject: [PATCH] move addToRunPrepare to build config --- apps/docs/content/zerops-yaml/specification.mdx | 8 ++++---- apps/docs/static/llms-full.txt | 4 ++-- apps/docs/static/llms-small.txt | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/docs/content/zerops-yaml/specification.mdx b/apps/docs/content/zerops-yaml/specification.mdx index 674eec17..66760f7c 100644 --- a/apps/docs/content/zerops-yaml/specification.mdx +++ b/apps/docs/content/zerops-yaml/specification.mdx @@ -246,6 +246,10 @@ build: For more information, see our detailed [guide on build cache](/features/build-cache), complete with extensive examples. +### addToRunPrepare + +Defines files or folders to be copied from the build container to the prepare runtime container. + ### envVariables Sets environment variables for the build environment. @@ -312,10 +316,6 @@ Indicates whether the port is running a web server: Customizes the runtime environment by installing additional dependencies or tools. -### addToRunPrepare - -Defines files or folders to be copied from the build container to the prepare runtime container. - ### initCommands Defines commands to run each time a new runtime container starts or restarts. diff --git a/apps/docs/static/llms-full.txt b/apps/docs/static/llms-full.txt index c40f792e..2aa26344 100644 --- a/apps/docs/static/llms-full.txt +++ b/apps/docs/static/llms-full.txt @@ -24954,6 +24954,8 @@ build: cache: node_modules ``` For more information, see our detailed [guide on build cache](/features/build-cache), complete with extensive examples. +### addToRunPrepare +Defines files or folders to be copied from the build container to the prepare runtime container. ### envVariables Sets environment variables for the build environment. ```yaml @@ -25001,8 +25003,6 @@ Indicates whether the port is running a web server: - Used by Zerops for [public access](/features/access) configuration ### prepareCommands Customizes the runtime environment by installing additional dependencies or tools. -### addToRunPrepare -Defines files or folders to be copied from the build container to the prepare runtime container. ### initCommands Defines commands to run each time a new runtime container starts or restarts. ```yaml diff --git a/apps/docs/static/llms-small.txt b/apps/docs/static/llms-small.txt index 4b4f639c..6391ff3c 100644 --- a/apps/docs/static/llms-small.txt +++ b/apps/docs/static/llms-small.txt @@ -20342,6 +20342,8 @@ build: cache: node_modules ``` For more information, see our detailed [guide on build cache](/features/build-cache), complete with extensive examples. +### addToRunPrepare +Defines files or folders to be copied from the build container to the prepare runtime container. ### envVariables Sets environment variables for the build environment. ```yaml @@ -20389,8 +20391,6 @@ Indicates whether the port is running a web server: - Used by Zerops for [public access](/features/access) configuration ### prepareCommands Customizes the runtime environment by installing additional dependencies or tools. -### addToRunPrepare -Defines files or folders to be copied from the build container to the prepare runtime container. ### initCommands Defines commands to run each time a new runtime container starts or restarts. ```yaml