reviewbot

Source code for the is-a.dev r...
Log | Files | Refs | Activity | README | LICENSE

commit 10c540537333e9b9df0fbc294b17b4d7b84a004e
parent cfd776d3105c5ff975eeb0ea3d5a3a09ccee82c1
Author: iostpa <iostpa@iostpa.com>
Date:   Wed, 29 Jul 2026 12:15:46 +0300

fix: try to approve the package before it installs

Diffstat:
MDockerfile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile @@ -1,4 +1,4 @@ -# taken from https://depot.dev/docs/container-builds/optimal-dockerfiles/node-pnpm-dockerfile +# taken from https://depot.dev/docs/container-builds/optimal-dockerfiles/node-pnpm-dockerfile with some modifications # syntax=docker/dockerfile:1 FROM node:lts AS build RUN corepack enable @@ -8,6 +8,7 @@ WORKDIR /app COPY pnpm-lock.yaml ./ RUN --mount=type=cache,target=/pnpm/store \ pnpm fetch +RUN pnpm approve-builds --all COPY package.json ./ RUN --mount=type=cache,target=/pnpm/store \ pnpm install --frozen-lockfile --prod --offline
© notamitgamer • Site Built: 2026-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror