Parcourir la source

add --no-cache flag

Gildas il y a 5 ans
Parent
commit
b9675c511a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      cli/README.MD

+ 1 - 1
cli/README.MD

@@ -8,7 +8,7 @@ SingleFile can be launched from the command line by running it into a (headless)
 
 - Build
 
-  `docker build -t singlefile .`
+  `docker build --no-cache -t singlefile .`
 
 - Pull from Docker Hub