From 6fcd9286e0f8b9aa7e1ae6ee6478a9c6f4c00211 Mon Sep 17 00:00:00 2001 From: shinya Date: Tue, 24 Jun 2025 00:37:16 +0800 Subject: [PATCH] fix: dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f0d890b..3c31553 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,6 +40,7 @@ COPY --from=builder /app/public ./public COPY --from=builder /app/.next ./.next COPY --from=builder /app/node_modules ./node_modules COPY --from=builder /app/package.json ./package.json +COPY --from=builder /app/config.json ./config.json # 切换到非特权用户 USER nextjs