feat: move config into separate file

This commit is contained in:
shinya
2025-06-24 20:44:18 +08:00
parent a27e8d30ef
commit 1b1d32015d
3 changed files with 100 additions and 97 deletions

View File

@@ -41,6 +41,7 @@ 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/next.config.js ./next.config.js
COPY --from=builder /app/config.json ./config.json
# 切换到非特权用户
USER nextjs