mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 15:26:36 +00:00
chore(docker): copy prisma folder before installing dependencies
This commit is contained in:
parent
173fb3cb29
commit
cce95d76d5
@ -10,6 +10,9 @@ FROM base AS deps
|
||||
RUN apk add --no-cache libc6-compat
|
||||
WORKDIR /app
|
||||
|
||||
# Copy the prisma folder before installing dependencies
|
||||
COPY prisma ./prisma
|
||||
|
||||
# Install dependencies based on the preferred package manager
|
||||
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* bun.lock* .npmrc* ./
|
||||
RUN \
|
||||
|
Loading…
Reference in New Issue
Block a user