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.
2 parents 48da110 + 61b0c54 commit efd9053Copy full SHA for efd9053
Makefile
@@ -1,5 +1,7 @@
1
.PHONY = default deps build test start clean start-database
2
3
+# 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