Merge branch 'main' into fix-run-bun-in-container
All checks were successful
CI / Test (pull_request) Successful in 24s

This commit is contained in:
2025-01-08 13:54:16 +01:00
2 changed files with 34 additions and 4 deletions

View File

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