Skip to content

Commit 791536c

Browse files
authored
Tell make to use bash as its shell
Exacuting make with ZSH shows `make: command: Command not found `, if BASH is a dependency then it could be a good idea to explicitly tell that to make. for more info: https://stackoverflow.com/questions/62721593/what-that-this-line-means-in-a-make-file-docker-shell-command-v-docker/62723364#62723364
1 parent 48da110 commit 791536c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

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

3+
SHELL := /bin/bash
34
IMAGE_NAME := codelytv/typescript-ddd-skeleton
45
SERVICE_NAME := app
56

0 commit comments

Comments
 (0)