There was an error while loading. Please reload this page.
1 parent 4c86464 commit 75c4439Copy full SHA for 75c4439
1 file changed
entrypoint.sh
@@ -3,7 +3,7 @@ set -e
3
4
cd /app
5
# airflow db upgrade
6
-airflow db init
+airflow db migrate || true
7
airflow scheduler &
8
airflow webserver -w 1 &
9
0 commit comments