Run emdash seed after init to populate content and initialize the system

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Kunthawat Greethong
2026-04-29 15:17:33 +07:00
parent fcf4803b29
commit 2d67a53685

View File

@@ -15,7 +15,7 @@ WORKDIR /app
COPY --from=deps /app/node_modules ./node_modules COPY --from=deps /app/node_modules ./node_modules
COPY . . COPY . .
RUN pnpm build && pnpm exec emdash init RUN pnpm build && pnpm exec emdash init && pnpm exec emdash seed
FROM deps AS runner FROM deps AS runner