chore: add docstring for stages modules property
This commit is contained in:
parent
24657e2bc8
commit
17c43970a7
1 changed files with 4 additions and 1 deletions
|
|
@ -52,7 +52,10 @@ model Recipe {
|
|||
|
||||
/** Allows a user to pass in an array of strings that are passed directly into the [`SHELL` instruction](https://docs.docker.com/reference/dockerfile/#shell). */
|
||||
shell?: string,
|
||||
|
||||
|
||||
/**
|
||||
* The list of modules to execute. The exact same syntax used by the main recipe `modules:` property.
|
||||
*/
|
||||
modules: Array<Module>,
|
||||
}>,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue