1
0

fix: don't use corepack prepare at all

This commit is contained in:
Dominik Pschenitschni
2022-09-26 14:49:48 +02:00
parent e8f0b56651
commit a199fc7a8e
2 changed files with 10 additions and 9 deletions

View File

@ -21,7 +21,8 @@ COPY pnpm-lock.yaml ./
RUN \
# https://pnpm.io/installation#using-corepack
corepack enable && \
corepack prepare pnpm@7.12.2 --activate && \
# we don't use corepack prepare here by intend since
# we have renovate to keep our dependencies up to date
# Build the frontend
pnpm fetch --prod