install ffmpeg
This commit is contained in:
parent
ed23543ce3
commit
7bf2510235
@ -9,6 +9,7 @@ COPY ./.yarn/releases ./.yarn/releases
|
||||
RUN yarn install
|
||||
|
||||
FROM node:lts-alpine
|
||||
RUN apk update && apk add ffmpeg
|
||||
WORKDIR /musicbot
|
||||
COPY build build
|
||||
COPY --from=builder /musicbot/node_modules ./node_modules
|
||||
|
Loading…
Reference in New Issue
Block a user