Skip to content

Commit 24421f1

Browse files
authored
Merge pull request moby#5267 from daghack/shell-form-docs
docs: clarify in #shell-form that heredocs apply to supported commands
2 parents 49f3d8f + 152b5d8 commit 24421f1

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)