<type>(scope): <description>

[body]

[footer(s)]
This commit is contained in:
ITQ
2025-03-02 03:00:43 +03:00
parent 82535be86b
commit 2af150493b
3 changed files with 16 additions and 1 deletions
@@ -0,0 +1,9 @@
#!/bin/sh
set -e
echo "Installing required libs..."
pip install -r checker_requirements.txt
echo "Starting Celery worker..."
celery -A config worker -l INFO