branch: elpa/dockerfile-mode commit 6e1bf5dea4fa28dff61a6eecb69b05521f61962e Author: Adam Bloomston <a...@glitterfram.es> Commit: Adam Bloomston <a...@glitterfram.es>
README.md addition for safe-local-variable --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9d94a4e909..88e40ecb8a 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,8 @@ at the top of your Dockerfile. ``` If you don't, you'll be prompted for an image name each time you build. +You may want to add the following to your emacs config: + +``` emacs-lisp +(put 'dockerfile-image-name 'safe-local-variable #'stringp) +```