feat(planning): ship holiday-aware planning and assistant upgrades
This commit is contained in:
+2
-2
@@ -39,12 +39,12 @@ COPY --from=deps /app/ ./
|
||||
COPY . .
|
||||
|
||||
# Generate Prisma client
|
||||
RUN pnpm --filter @planarchy/db db:generate
|
||||
RUN pnpm --filter @capakraken/db db:generate
|
||||
|
||||
# Build the Next.js application
|
||||
ENV NEXT_TELEMETRY_DISABLED=1
|
||||
ENV NODE_ENV=production
|
||||
RUN pnpm --filter @planarchy/web build
|
||||
RUN pnpm --filter @capakraken/web build
|
||||
|
||||
# ============================================================
|
||||
# Stage 3: Production runtime
|
||||
|
||||
Reference in New Issue
Block a user