aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-02-17 09:37:00 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-02-17 09:37:00 +0100
commit5154c471370ecb75df280eb4bef2e5c44fd20243 (patch)
tree1080d97029e4e41e05356551a79b492fbbc63929
parent7f0f2de66e4d68683918222f97d2937b9dd810f1 (diff)
build with no cache
-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}