feat: convert uploaded OGG to MP3 via ffmpeg
Deploy / build-and-deploy (push) Successful in 2m4s

This commit is contained in:
2026-06-15 01:25:50 +03:00
parent e158467c76
commit 19d7a161c7
5 changed files with 70 additions and 20 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ WORKDIR /app
ENV NODE_ENV=production
ENV NEXT_TELEMETRY_DISABLED=1
RUN addgroup --system --gid 1001 nodejs && \
RUN apk add --no-cache ffmpeg && \
addgroup --system --gid 1001 nodejs && \
adduser --system --uid 1001 nextjs
COPY --from=builder /app/public ./public