diff --git a/Makefile b/Makefile index b490c5b..4d81a56 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ .PHONY = default deps build test start clean start-database +# Shell to use for running scripts +SHELL := $(shell which bash) IMAGE_NAME := codelytv/typescript-ddd-skeleton SERVICE_NAME := app