API working

This commit is contained in:
Ryan Shpeherd
2026-09-09 11:19:00 -04:00
parent ea46d418bd
commit e4e5d75336
6 changed files with 24 additions and 14 deletions
+3 -1
View File
@@ -9,7 +9,9 @@ RUN apt update && apt install -y \
perl \
libdbi-perl \
build-essential \
ffmpeg
ffmpeg \
libstring-shellquote-perl
EXPOSE 3000