1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 15:35:22 +02:00

test deps again

This commit is contained in:
Six 2024-01-16 19:49:40 -08:00
parent 67d850776c
commit 083a1aeb2e
No known key found for this signature in database
GPG key ID: 00148D3869C21E43

View file

@ -8,7 +8,17 @@ FROM node:16.18.1 as builder
WORKDIR /app
COPY ./dist/apps/client ./yarn.lock ./prisma ./
# Install dependencies
RUN yarn install --production=false && yarn add prosemirror-keymap @next/bundle-analyzer
RUN yarn install --production=false && yarn add @next/bundle-analyzer \
prosemirror-commands \
prosemirror-dropcursor \
prosemirror-gapcursor \
prosemirror-history \
prosemirror-keymap \
prosemirror-model \
prosemirror-schema-list \
prosemirror-state \
prosemirror-transform \
prosemirror-view
# ------------------------------------------
# PROD STAGE