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