From bb2e458ef01c4fa5930ded9ae5f566c44342f85e Mon Sep 17 00:00:00 2001 From: Dominic Grimm Date: Fri, 25 Feb 2022 12:56:09 +0100 Subject: [PATCH] Updated makefile to not include docs in all --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d7eedb7..57f57f2 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ .PHONY: all dev prod docs -all: docs prod +all: prod dev: docker-compose build --build-arg BUILD_ENV=development