File size: 130 Bytes
1243821
 
e7870e6
1243821
 
 
e7870e6
1
2
3
4
5
6
7
#!/bin/bash

# Start the webserver in the background
airflow webserver --port 7860 &

# Start the scheduler
exec airflow scheduler