Skip to content

Commit

Permalink
Merge pull request #5267 from daghack/shell-form-docs
Browse files Browse the repository at this point in the history
docs: clarify in #shell-form that heredocs apply to supported commands
  • Loading branch information
tonistiigi committed Aug 21, 2024
2 parents 49f3d8f + 152b5d8 commit 24421f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/dockerfile/docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ They're equivalent to the following line:
RUN source $HOME/.bashrc && echo $HOME
```

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

```dockerfile
RUN <<EOF
Expand Down

0 comments on commit 24421f1

Please sign in to comment.