reviewbot

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

commit 9ebe7174198e6d2232dcb164e2e504e748c099d2
parent cc61df3823a48c2e0fa46e38fab4347a42e03697
Author: iostpa <iostpa@iostpa.com>
Date:   Wed, 29 Jul 2026 12:26:59 +0300

thanks pnpm docs for having some incorrect code

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

diff --git a/Dockerfile b/Dockerfile @@ -10,7 +10,7 @@ COPY pnpm-lock.yaml /app WORKDIR /app RUN pnpm fetch --prod -COPY . /app +COPY . . FROM base COPY --from=prod /app/node_modules /app/node_modules
© 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