Ver Fonte

add --no-cache flag

Gildas há 5 anos atrás
pai
commit
b9675c511a
1 ficheiros alterados com 1 adições e 1 exclusões
  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