Copy data.db from builder to runner (emdash init creates it at build time)

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

View File

@@ -29,6 +29,7 @@ USER astro
COPY --from=builder /app/node_modules ./node_modules COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/dist ./dist COPY --from=builder /app/dist ./dist
COPY --from=builder /app/data.db ./data.db
EXPOSE 4321 EXPOSE 4321