Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions apps/docs/content/zerops-yaml/specification.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,10 @@ build:

For more information, see our detailed [guide on build cache](/features/build-cache), complete with extensive examples.

### addToRunPrepare <Badge type="optional" />

Defines files or folders to be copied from the build container to the prepare runtime container.

### envVariables <Badge type="optional" />

Sets environment variables for the build environment.
Expand Down Expand Up @@ -312,10 +316,6 @@ Indicates whether the port is running a web server:

Customizes the runtime environment by installing additional dependencies or tools.

### addToRunPrepare <Badge type="optional" />

Defines files or folders to be copied from the build container to the prepare runtime container.

### initCommands <Badge type="optional" />

Defines commands to run each time a new runtime container starts or restarts.
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/static/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/static/llms-small.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down