Updated dockerfile
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user