2
0

🩹 Better fix for ENOENT schema.prisma

This commit is contained in:
Baptiste Arnaud
2023-01-31 08:29:10 +01:00
parent 58c6efc5c8
commit 3851b2d70b
6 changed files with 1148 additions and 1163 deletions

View File

@ -6,7 +6,7 @@ RUN npm --global install pnpm
FROM base AS builder
RUN apt-get -qy update && apt-get -qy --no-install-recommends install openssl git
COPY pnpm-lock.yaml .npmrc pnpm-workspace.yaml ./
COPY pnpm-lock.yaml pnpm-workspace.yaml ./
RUN pnpm fetch
ADD . ./
RUN pnpm install -r --offline