Updated dockerfile

This commit is contained in:
2023-03-11 12:54:05 +00:00
parent fb90efadd3
commit 70ca05dbfa

View File

@@ -9,8 +9,5 @@ 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"]