added video import and playback functionality

This commit is contained in:
Bryan Van Deusen
2025-08-03 20:42:49 -04:00
parent 3c3bfed75f
commit c480a176c2
5 changed files with 111 additions and 34 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ WORKDIR /app
# Install PostgreSQL client
RUN apt-get update && \
apt-get install -y postgresql-client && \
apt-get install -y postgresql-client ffmpeg && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*