Updated docker compose file

This commit is contained in:
2023-03-09 11:19:24 +01:00
parent 0e0b4794f6
commit 39dcca8f88
2 changed files with 11 additions and 1 deletions

View File

@@ -8,4 +8,5 @@ RUN pip install -r requirements.txt
RUN apt update && apt install -y ffmpeg
COPY . .
CMD ["python", "main.py"]
CMD ["sh", "-c", "celery -A src.routers.signvideo worker --loglevel=INFO & python main.py"]
# CMD ["python", "main.py"]