feat(app): fix build errors
This commit is contained in:
parent
5c016127cb
commit
62e6c24840
2 changed files with 31 additions and 26 deletions
|
|
@ -3,7 +3,7 @@ FROM node:20.18.0-alpine AS builder
|
|||
WORKDIR /home/perplexica
|
||||
|
||||
COPY package.json yarn.lock ./
|
||||
RUN yarn install --frozen-lockfile
|
||||
RUN yarn install --frozen-lockfile --network-timeout 600000
|
||||
|
||||
COPY tsconfig.json next.config.mjs next-env.d.ts postcss.config.js drizzle.config.ts tailwind.config.ts ./
|
||||
COPY src ./src
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue