From a458b88259f1400e3f7f77da6b1ad2d1ff4531b5 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Tue, 16 Jul 2019 22:33:53 +0200 Subject: [PATCH] Disable Docker cache --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0f56b7a..3570366 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ microblogpub: # Update microblog.pub git pull # Rebuild the Docker image - docker build . -t microblogpub:latest + docker build . --no-cache -t microblogpub:latest # Run the docker-compose project locally (will perform a update if the project is already running) .PHONY: run