From 854013cd439a9dcd4c334d69c2212da4ca709fd9 Mon Sep 17 00:00:00 2001 From: Kunthawat Greethong Date: Wed, 29 Apr 2026 12:51:54 +0700 Subject: [PATCH] Remove non-existent public and data.db from Dockerfile (generated at runtime) Co-Authored-By: Claude Opus 4.6 --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b96916c..59ef273 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,8 +28,6 @@ USER astro COPY --from=builder /app/node_modules ./node_modules COPY --from=builder /app/dist ./dist -COPY --from=builder /app/public ./public -COPY --from=builder /app/data.db ./data.db EXPOSE 4321