diff --git a/apps/client/Dockerfile b/apps/client/Dockerfile index b29cfd4b..5e1e1089 100644 --- a/apps/client/Dockerfile +++ b/apps/client/Dockerfile @@ -7,9 +7,8 @@ FROM node:16.18.1 as builder WORKDIR /app COPY ./dist/apps/client ./yarn.lock ./prisma ./ -COPY ./package.json ./ # Install dependencies -RUN yarn install --production=false +RUN yarn install --production=false && yarn add prosemirror-keymap @next/bundle-analyzer # ------------------------------------------ # PROD STAGE @@ -22,4 +21,4 @@ WORKDIR /app USER node COPY --from=builder /app . -CMD ["npx", "next start"] \ No newline at end of file +CMD ["npx", "next start"]