Skip to content

Commit

Permalink
Quote heredoc to turn off interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
berney authored and edannenberg committed Feb 4, 2017
1 parent fad1af5 commit 712f19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ END
$ cat <<END > dock/mynamespace/images/figlet/build.sh
PACKAGES="app-misc/figlet"
END
$ cat <<END > dock/mynamespace/images/figlet/Dockerfile.template
$ cat <<'END' > dock/mynamespace/images/figlet/Dockerfile.template
FROM ${IMAGE_PARENT}
ADD rootfs.tar /
CMD ["figlet", "gentoo-bb"]
Expand Down

0 comments on commit 712f19a

Please sign in to comment.