Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jonathanjordan21
/
airflow
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f901b99
airflow
/
entrypoint.sh
jonathanjordan21
Update entrypoint.sh
e7870e6
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
130 Bytes
#!/bin/bash
# Start the webserver in the background
airflow webserver --port 7860 &
# Start the scheduler
exec
airflow scheduler