You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of a MiscInstruction where this gets parsed as a BreakableString, it would probably be best to have this parsed as a ShellInstruction and have an elements: StringArray property (StringArray is from #17).
I can contribute this once #17 lands if this sounds good.
Shell has the following structure:
Example:
Instead of a
MiscInstruction
where this gets parsed as aBreakableString
, it would probably be best to have this parsed as aShellInstruction
and have anelements: StringArray
property (StringArray
is from #17).I can contribute this once #17 lands if this sounds good.
https://docs.docker.com/engine/reference/builder/#shell
The text was updated successfully, but these errors were encountered: