diff --git a/Dockerfile b/Dockerfile index 0be49e9..eb77bd5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,6 @@ COPY --from=cache /cache/node_modules /app/node_modules COPY . /app WORKDIR /app - RUN apk add --no-cache ffmpeg RUN corepack enable RUN yarn build