FROM mbonea/revideo:latest USER root RUN apt update && apt install -y git CMD cd /app && python -m uvicorn app:app --host 0.0.0.0 --port 7860