修正聊天气泡未读计数问题

This commit is contained in:
mtvpls
2025-12-07 21:30:22 +08:00
parent dea6552983
commit d729be9177
2 changed files with 45 additions and 4 deletions

View File

@@ -57,6 +57,7 @@ COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
# 安装 Socket.IO 相关依赖standalone 模式不会自动包含)
RUN rm /app/package.json
RUN pnpm add socket.io@^4.8.1 socket.io-client@^4.8.1 --prod
# 切换到非特权用户