reviewbot

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

commit 85c437b4ea376d7e1cb8af60492c8423adb47498
parent 8c2adedac7e5fc108c68b21468c2699926632ffd
Author: iostpa <iostpa@iostpa.com>
Date:   Wed, 29 Jul 2026 12:31:52 +0300

I think this should be it

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

diff --git a/Dockerfile b/Dockerfile @@ -13,6 +13,6 @@ RUN pnpm fetch --prod COPY . . FROM base -COPY --from=prod /app/node_modules /app/node_modules -COPY --from=prod /app/src /app/src +COPY --from=prod /app/node_modules ./node_modules +COPY --from=prod /app/src ./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