reviewbot

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

commit 8c2adedac7e5fc108c68b21468c2699926632ffd
parent 9ebe7174198e6d2232dcb164e2e504e748c099d2
Author: iostpa <iostpa@iostpa.com>
Date:   Wed, 29 Jul 2026 12:29:38 +0300

I guess this should be it

Diffstat:
MDockerfile | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Dockerfile b/Dockerfile @@ -6,13 +6,13 @@ RUN corepack enable FROM base AS prod -COPY pnpm-lock.yaml /app WORKDIR /app +COPY pnpm-lock.yaml ./ RUN pnpm fetch --prod COPY . . FROM base COPY --from=prod /app/node_modules /app/node_modules -COPY --from=prod /app/dist /app/dist -CMD ["pnpm", "run", "server"]- \ No newline at end of file +COPY --from=prod /app/src /app/src +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