Updating to support categories
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user