From 68768269d0080fcb7a4560686582ddf6829e2a7b Mon Sep 17 00:00:00 2001 From: ReTeam Labs Date: Mon, 27 Apr 2020 18:16:30 +0100 Subject: [PATCH] Setting start default in Makefile, using default target --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 71759b98..78766754 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,4 @@ -.PHONY: test - -default: test +.DEFAULT_GOAL := start build: docker build -t python-build-cli-planner-app .