feat: add celery job queue

This commit is contained in:
Felix Spöttel
2023-01-06 16:48:06 +01:00
parent c90915ba40
commit e41c07fd4b
11 changed files with 83 additions and 56 deletions

View File

@@ -11,5 +11,3 @@ RUN pip install -U pip
RUN pip install .[test]
# The source code is mounted as a volume at /code, no need to copy.
ENTRYPOINT ["bash", "./app/start.sh"]