airflow / entrypoint.sh
jonathanjordan21's picture
Update entrypoint.sh
e7870e6 verified
raw
history blame
130 Bytes
#!/bin/bash
# Start the webserver in the background
airflow webserver --port 7860 &
# Start the scheduler
exec airflow scheduler