mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 07:25:19 +02:00
Copy package.json in
This commit is contained in:
parent
083a1aeb2e
commit
8307064f3e
2 changed files with 4 additions and 13 deletions
|
@ -3,3 +3,4 @@
|
|||
!dist/
|
||||
!prisma/
|
||||
!yarn.lock
|
||||
!package.json
|
|
@ -6,19 +6,9 @@
|
|||
FROM node:16.18.1 as builder
|
||||
|
||||
WORKDIR /app
|
||||
COPY ./dist/apps/client ./yarn.lock ./prisma ./
|
||||
COPY ./dist/apps/client ./yarn.lock ./prisma ./package.json ./
|
||||
# Install dependencies
|
||||
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
|
||||
RUN yarn install --production=false
|
||||
|
||||
# ------------------------------------------
|
||||
# PROD STAGE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue