reviewbot

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

commit 8e6dee42112cd24662e4c83c43ec6169a6d59e11
parent d04a318d3cbdbadfc37f3748078665a3924c3985
Author: iostpa <iostpa@iostpa.com>
Date:   Wed, 29 Jul 2026 11:41:14 +0300

fix: bump node version to v26
Diffstat:
MDockerfile | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile @@ -1,6 +1,6 @@ FROM ghcr.io/pnpm/pnpm:11 -RUN pnpm runtime set node 24 -g +RUN pnpm runtime set node 26 -g WORKDIR /app COPY . . RUN pnpm install --frozen-lockfile -CMD ["pnpm", "run", "server"]- \ No newline at end of file +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