Skip to content

Commit b7501e2

Browse files
Update Makefile
1 parent f3c2ccd commit b7501e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ build-airflow: guard-ENVIRONMENT create-env-airflow build-externals
108108
build-airflow-cluster: guard-ENVIRONMENT create-env-airflow-cluster build-externals
109109
@ echo -e "$(BUILD_PRINT) Build Airflow services $(END_BUILD_PRINT)"
110110
@ 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
111+
@ docker-compose -p ${ENVIRONMENT} --file ./infra/airflow-cluster/docker-compose.yaml --env-file ${ENV_FILE} up -d airflow-init
112112

113113
start-airflow-cluster: build-externals
114114
@ echo -e "$(BUILD_PRINT)Starting Airflow services $(END_BUILD_PRINT)"

0 commit comments

Comments
 (0)