Merge pull request #812 from thaJeztah/fix-builder-quote
Fix stray quote in builder.md
This commit is contained in:
commit
44094b5219
@ -1845,7 +1845,7 @@ all previous `SHELL` instructions, and affects all subsequent instructions. For
|
|||||||
RUN Write-Host hello
|
RUN Write-Host hello
|
||||||
|
|
||||||
# Executed as cmd /S /C echo hello
|
# Executed as cmd /S /C echo hello
|
||||||
SHELL ["cmd", "/S"", "/C"]
|
SHELL ["cmd", "/S", "/C"]
|
||||||
RUN echo hello
|
RUN echo hello
|
||||||
|
|
||||||
The following instructions can be affected by the `SHELL` instruction when the
|
The following instructions can be affected by the `SHELL` instruction when the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user