PipeScript icon indicating copy to clipboard operation
PipeScript copied to clipboard

`PipeScript` `Container.onbuild.ps1` should be run ONBUILD

Open StartAutomating opened this issue 1 year ago • 0 comments

The ONBUILD instruction in a Dockerfile allows for instructions to an when the build is used from another layer. This should update any packages and otherwise perform and initialization steps specific to use in a layer.

StartAutomating avatar Aug 25 '24 21:08 StartAutomating