mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 07:25:19 +02:00
fix: Add bundle-analyzer to client Dockerfile
This commit is contained in:
parent
065b1bc777
commit
70857e117b
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ FROM node:16.18.1 as builder
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY ./dist/apps/client ./yarn.lock ./prisma ./
|
COPY ./dist/apps/client ./yarn.lock ./prisma ./
|
||||||
RUN yarn install --production=false
|
# Install dependencies
|
||||||
|
RUN yarn install --production=false && yarn add @next/bundle-analyzer
|
||||||
|
|
||||||
# ------------------------------------------
|
# ------------------------------------------
|
||||||
# PROD STAGE
|
# PROD STAGE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue