ADD/COPY 명령어의 마지막 인수(대상)로 사용된 heredoc을 보고합니다.

예:

이 코드는 잘못된 대상을 정의합니다.

  COPY foo <<EOF1 bar <<EOF2
  file content 1
  EOF1
  file content 2
  EOF2