reviewbot

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

commit 786e0c3f9320d97cef616e16a4f4ecdff6f6f392
parent ca32d365936ba75e37491ecb3ee251a7adb7b442
Author: iostpa <iostpa@iostpa.com>
Date:   Wed, 29 Jul 2026 12:41:10 +0300

fix: try running node instead of pnpm

Diffstat:
MDockerfile | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile @@ -16,5 +16,4 @@ FROM base WORKDIR /app COPY --from=prod /app/node_modules /app/node_modules COPY --from=prod /app/src /app/src -COPY --from=prod /app/package.json /app/package.json -CMD ["pnpm", "run", "server"]- \ No newline at end of file +CMD ["node", "src"]+ \ No newline at end of file
© 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