We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791536c commit 61b0c54Copy full SHA for 61b0c54
Makefile
@@ -1,6 +1,7 @@
1
.PHONY = default deps build test start clean start-database
2
3
-SHELL := /bin/bash
+# Shell to use for running scripts
4
+SHELL := $(shell which bash)
5
IMAGE_NAME := codelytv/typescript-ddd-skeleton
6
SERVICE_NAME := app
7
0 commit comments