feat(platform): harden access scoping and delivery baseline

This commit is contained in:
2026-03-30 00:27:31 +02:00
parent 00b936fa1f
commit 819345acfa
109 changed files with 26142 additions and 8081 deletions
+10 -1
View File
@@ -47,7 +47,16 @@ ENV NODE_ENV=production
RUN pnpm --filter @capakraken/web build
# ============================================================
# Stage 3: Production runtime
# Stage 3: Migration runner
# ============================================================
FROM builder AS migrator
ENV NODE_ENV=production
CMD ["pnpm", "--filter", "@capakraken/db", "db:migrate:deploy"]
# ============================================================
# Stage 4: Production runtime
# ============================================================
FROM node:20-bookworm-slim AS runner