feat(platform): harden access scoping and delivery baseline
This commit is contained in:
+10
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user