diff --git a/backend/Dockerfile b/backend/Dockerfile index d2ba6b4..11e6af2 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -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"] \ No newline at end of file