reviewbot

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

commit 3e7b4b9a8736e4a3aa62b40a15cb5178a5c2b2d2
parent 10c540537333e9b9df0fbc294b17b4d7b84a004e
Author: iostpa <iostpa@iostpa.com>
Date:   Wed, 29 Jul 2026 12:17:08 +0300

fix: move the command down a bit

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

diff --git a/Dockerfile b/Dockerfile @@ -8,8 +8,8 @@ WORKDIR /app COPY pnpm-lock.yaml ./ RUN --mount=type=cache,target=/pnpm/store \ pnpm fetch -RUN pnpm approve-builds --all COPY package.json ./ +RUN pnpm approve-builds --all RUN --mount=type=cache,target=/pnpm/store \ pnpm install --frozen-lockfile --prod --offline COPY . .
© 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