aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e739e99..260a0df 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ TAG = monique.moccu:5000/gowiki
all: publish
build:
- docker build -t ${TAG} .
+ docker build -t ${TAG} --rm --no-cache .
publish: build
docker push ${TAG}