From 152b5d81888d1d50a6f3d02941e52eecafb7d006 Mon Sep 17 00:00:00 2001 From: Talon Bowler Date: Tue, 20 Aug 2024 15:18:33 -0700 Subject: [PATCH] Update docs to clarify in the shell-form section that heredocs apply only to supported commands Signed-off-by: Talon Bowler --- frontend/dockerfile/docs/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/dockerfile/docs/reference.md b/frontend/dockerfile/docs/reference.md index 6d57c4227337..42432a26a575 100644 --- a/frontend/dockerfile/docs/reference.md +++ b/frontend/dockerfile/docs/reference.md @@ -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 <