reviewbot

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

commit f2667d64d0b1b952b282547fc1150669f3321d92
parent 3e7b4b9a8736e4a3aa62b40a15cb5178a5c2b2d2
Author: iostpa <iostpa@iostpa.com>
Date:   Wed, 29 Jul 2026 12:18:35 +0300

fix: remove a line that's useless

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

diff --git a/Dockerfile b/Dockerfile @@ -13,7 +13,6 @@ RUN pnpm approve-builds --all RUN --mount=type=cache,target=/pnpm/store \ pnpm install --frozen-lockfile --prod --offline COPY . . -RUN pnpm build FROM node:lts AS runtime RUN groupadd -g 1001 appgroup && \ useradd -u 1001 -g appgroup -m -d /app -s /bin/false appuser
© 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