Remove non-existent public and data.db from Dockerfile (generated at runtime)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Kunthawat Greethong
2026-04-29 12:51:54 +07:00
parent ccc1e33bbe
commit 854013cd43

View File

@@ -28,8 +28,6 @@ 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/public ./public
COPY --from=builder /app/data.db ./data.db
EXPOSE 4321 EXPOSE 4321