Commit ea7d9985 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent 3b8bda8f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
AIRFLOW_IMAGE_NAME=apache/airflow:3.0.4
AIRFLOW_UID=501
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,8 @@ prepare:

up:
	docker compose up --force-recreate
down:
	docker compose down

migrate:
	docker compose run --rm airflow-init airflow db upgrade
 No newline at end of file