Documentation Index
Fetch the complete documentation index at: https://docs.webapp.io/llms.txt
Use this file to discover all available pages before exploring further.
ENV [key=value...] or BUILD ENV [key...]
The ENV instruction persistently sets environment variables in this Layerfile
Examples
ENV PATH=$GOPATH/bin:$PATHadds$GOPATH/binto the existing path.ENV CI=hellosets the variable$CIto the valuehello.