Skip to content

Commit 75c4439

Browse files
authored
Update entrypoint.sh
1 parent 4c86464 commit 75c4439

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
cd /app
55
# airflow db upgrade
6-
airflow db init
6+
airflow db migrate || true
77
airflow scheduler &
88
airflow webserver -w 1 &
99

0 commit comments

Comments
 (0)