Skip to content

Commit

Permalink
chore: add ffmpeg to runner container
Browse files Browse the repository at this point in the history
  • Loading branch information
younes200 committed Nov 4, 2024
1 parent 19723d0 commit f931c2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ RUN \
yarn --frozen-lockfile

#############################################
FROM base AS runner
FROM base AS runner
WORKDIR /app
RUN apk add --no-cache ffmpeg

COPY --from=builder /app .

Expand Down

0 comments on commit f931c2e

Please sign in to comment.