brightly-ai / entrypoint.sh
beweinreich's picture
added in dockerfile
773fa99
raw
history blame
No virus
142 Bytes
#!/bin/bash
# Start the Celery worker in the background
celery -A tasks worker --loglevel=info &
# Start the main application
python run.py