@ -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