transcode media particles to mp4

This commit is contained in:
talksik
2026-04-29 14:39:48 -07:00
parent b54ac4aa15
commit 0c38866251
5 changed files with 209 additions and 5 deletions
+2
View File
@@ -14,6 +14,8 @@ RUN ls
FROM alpine:latest AS second-stage
RUN apk add --no-cache ffmpeg ca-certificates
WORKDIR /app
COPY --from=first-stage /app/cmd/particleprocessorworker .
RUN echo "copied over binary to production stage"