Skip to content

Commit efd9053

Browse files
authored
Merge pull request #67 from simonppg/patch-1
Tell make to use bash as its shell
2 parents 48da110 + 61b0c54 commit efd9053

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.PHONY = default deps build test start clean start-database
22

3+
# Shell to use for running scripts
4+
SHELL := $(shell which bash)
35
IMAGE_NAME := codelytv/typescript-ddd-skeleton
46
SERVICE_NAME := app
57

0 commit comments

Comments
 (0)