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