reviewbot

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

commit ca32d365936ba75e37491ecb3ee251a7adb7b442
parent 85c437b4ea376d7e1cb8af60492c8423adb47498
Author: iostpa <iostpa@iostpa.com>
Date:   Wed, 29 Jul 2026 12:39:10 +0300

fix: get the directories right

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

diff --git a/Dockerfile b/Dockerfile @@ -13,6 +13,8 @@ RUN pnpm fetch --prod COPY . . FROM base -COPY --from=prod /app/node_modules ./node_modules -COPY --from=prod /app/src ./src -CMD ["node", "src"]- \ No newline at end of file +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
© 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