reviewbot

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

commit ac051a8a7b49c2299bed92c769032e3e3147366b
parent 76c5334d067a99c29a4c47d01b6e9a75b8392d3a
Author: iostpa <iostpa@iostpa.com>
Date:   Wed, 29 Jul 2026 11:59:50 +0300

please can i just install it normally

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

diff --git a/Dockerfile b/Dockerfile @@ -1,6 +1,6 @@ FROM ghcr.io/pnpm/pnpm:11 WORKDIR /app COPY package.json pnpm-lock.yaml ./ -RUN pnpm install --frozen-lockfile +RUN pnpm install COPY . . CMD ["pnpm", "run", "server"]
© 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