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
No known key found for this signature in database
GPG key ID: B257AC0149F43A77
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