Skip to content

Commit 152b5d8

Browse files
committed
Update docs to clarify in the shell-form section that heredocs apply only to supported commands
Signed-off-by: Talon Bowler <[email protected]>
1 parent 49f3d8f commit 152b5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/dockerfile/docs/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ They're equivalent to the following line:
514514
RUN source $HOME/.bashrc && echo $HOME
515515
```
516516

517-
You can also use heredocs with the shell form to break up a command:
517+
You can also use heredocs with the shell form to break up supported commands.
518518

519519
```dockerfile
520520
RUN <<EOF

0 commit comments

Comments
 (0)