Updating to support categories

This commit is contained in:
2023-03-11 12:32:41 +00:00
parent bdab151dae
commit ec7bd6dde5
27 changed files with 807 additions and 42 deletions

View File

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