We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c2ccd commit b7501e2Copy full SHA for b7501e2
1 file changed
Makefile
@@ -108,7 +108,7 @@ build-airflow: guard-ENVIRONMENT create-env-airflow build-externals
108
build-airflow-cluster: guard-ENVIRONMENT create-env-airflow-cluster build-externals
109
@ echo -e "$(BUILD_PRINT) Build Airflow services $(END_BUILD_PRINT)"
110
@ docker build -t meaningfy/airflow ./infra/airflow-cluster/
111
- @ docker-compose -p ${ENVIRONMENT} --file ./infra/airflow-cluster/docker-compose.yaml --env-file ${ENV_FILE} up airflow-init
+ @ docker-compose -p ${ENVIRONMENT} --file ./infra/airflow-cluster/docker-compose.yaml --env-file ${ENV_FILE} up -d airflow-init
112
113
start-airflow-cluster: build-externals
114
@ echo -e "$(BUILD_PRINT)Starting Airflow services $(END_BUILD_PRINT)"
0 commit comments