reviewbot

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

Dockerfile (144B)


      1 FROM ghcr.io/pnpm/pnpm:11
      2 RUN pnpm runtime set node 24 -g
      3 WORKDIR /app
      4 COPY . .
      5 RUN pnpm install --frozen-lockfile
      6 CMD ["pnpm", "run", "server"]
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror