fix: corepack error
This commit is contained in:
parent
fc114ace51
commit
d1a36c238e
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ FROM node:20-slim AS base
|
|||
ENV PNPM_HOME="/pnpm"
|
||||
ENV PATH="$PNPM_HOME:$PATH"
|
||||
|
||||
RUN npm i -g corepack@latest
|
||||
RUN corepack enable
|
||||
RUN apt-get update && apt-get install -y openssl
|
||||
RUN pnpm i -g prisma prisma-kysely
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue