diff --git a/Dockerfile b/Dockerfile index 212637b..1c6b473 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,7 @@ WORKDIR /app COPY --from=deps /app/node_modules ./node_modules COPY . . +RUN yarn add sharp RUN yarn build FROM base AS runner