#!/bin/bash # Start the Celery worker in the background celery -A tasks worker --loglevel=info & # Start the main application python run.py