Skip to content

Commit

Permalink
Start webserver and scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
dyakovri committed Aug 15, 2023
1 parent 201d042 commit c96622d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ airflow db init
# Если файл доопределений существует, выполни его тоже
[ -f /start_inc.sh ] && source /start_inc.sh

airflow webserver && airflow scheduler
airflow webserver & airflow scheduler

0 comments on commit c96622d

Please sign in to comment.