Skip to content

Commit 61b0c54

Browse files
simonppgFortiz2305
andauthored
Update Makefile
Co-authored-by: Francisco Ortiz <[email protected]>
1 parent 791536c commit 61b0c54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

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

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

0 commit comments

Comments
 (0)