feat: copy package.json
All checks were successful
test-build / guarddog (push) Successful in 30s
renovate / renovate (push) Successful in 52s
test-build / build (push) Successful in 2m10s

This commit is contained in:
2026-03-12 22:18:06 -05:00
parent 0dfcc25984
commit 0bef13c414

View File

@@ -21,6 +21,7 @@ FROM ${REGISTRY}/bun:1.3.10-alpine3.22 AS runtime
WORKDIR /app
COPY --from=prod-deps /app/node_modules /app/node_modules
COPY --from=build /app/dist /app/dist
COPY --from=builder /app/package.json ./
ARG APP_VERSION=latest
ARG APP_VERSION