revideo-1 / Dockerfile
Yakova's picture
Update Dockerfile
1a8f42d verified
raw
history blame contribute delete
144 Bytes
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