Skip to content

Commit

Permalink
updating build string example
Browse files Browse the repository at this point in the history
  • Loading branch information
guitmz authored and drewcsillag committed Aug 6, 2022
1 parent 74ed3df commit c7e4e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile-mode.el
Expand Up @@ -204,7 +204,7 @@ This can be set in file or directory-local variables.")
If prefix arg NO-CACHE is set, don't cache the image.
The build string will be of the format:
`sudo docker build --no-cache --force-rm --pull --force-rm --tag IMAGE-NAME --build-args arg1.. -f filename directory`"
`sudo docker build --no-cache --force-rm --pull --force-rm --tag IMAGE-NAME --build-args arg1.. --progress PROGRESS_TYPE -f filename directory`"

(interactive (list (dockerfile-read-image-name) prefix-arg))
(save-buffer)
Expand Down

0 comments on commit c7e4e25

Please sign in to comment.