Skip to content

Commit

Permalink
Update docs to clarify in the shell-form section that heredocs apply …
Browse files Browse the repository at this point in the history
…only to supported commands

Signed-off-by: Talon Bowler <[email protected]>
  • Loading branch information
daghack committed Aug 20, 2024
1 parent 49f3d8f commit 152b5d8
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 152b5d8

Please sign in to comment.