From 5154c471370ecb75df280eb4bef2e5c44fd20243 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 17 Feb 2016 09:37:00 +0100 Subject: build with no cache --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v1.2.3