Implement Call Recording for STT and Replay #3

Merged
logan merged 11 commits from implement-call-recording into main 2026-01-03 19:38:05 -05:00
Showing only changes of commit a5d5fa9de7 - Show all commits

View File

@@ -37,6 +37,11 @@ VOLUME ["/configs"]
# Create the calls local cache directory # Create the calls local cache directory
VOLUME ["/calls"] VOLUME ["/calls"]
##### REMOVE ME OR PROPERLY ADD IF WORKS
RUN apt-get install ffmpeg -y
##### REMOVE ME OR PROPERLY ADD IF WORKS
# Set the working directory in the container # Set the working directory in the container
WORKDIR /app WORKDIR /app