Because * The makefile depends on /bin/bash to run correctly * That is not the default on all environments This commit * Explicitly sets SHELL = /bin/bash in the Makefile
This commit is contained in:
Родитель
4457d316c3
Коммит
9ab249afe4
2
Makefile
2
Makefile
|
@ -1,3 +1,5 @@
|
|||
SHELL = /bin/bash
|
||||
|
||||
WAIT_FOR_DB = /app/bin/wait-for-it.sh -t 30 db:5432 &&
|
||||
WAIT_FOR_RUNSERVER = /app/bin/wait-for-it.sh -t 30 localhost:7001 &&
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче