ci: fix manifest when building multi stage #7

Merged
t.behrendt merged 6 commits from ci-fix-manifest-when-building-multi-stage into main 2025-01-08 13:49:28 +01:00
Showing only changes of commit 85fd141dc9 - Show all commits

View File

@@ -16,7 +16,7 @@ COPY --from=install /temp/dev/node_modules node_modules
COPY . . COPY . .
RUN bun run build RUN bun run build
FROM base as release FROM base AS release
COPY --from=install /temp/prod/node_modules node_modules COPY --from=install /temp/prod/node_modules node_modules
COPY --from=build /app/dist . COPY --from=build /app/dist .