reviewbot

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

commit 57d60ba2639db3e28d6f0426891629b18a619903
parent 786e0c3f9320d97cef616e16a4f4ecdff6f6f392
Author: iostpa <iostpa@iostpa.com>
Date:   Wed, 29 Jul 2026 12:43:16 +0300

maybe this would work?

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

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