修复docker缺少远程遥控模块

This commit is contained in:
mtvpls
2026-05-31 16:10:47 +08:00
parent 1405d9ac1b
commit 1231ca2895
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -42,6 +42,8 @@ ENV WATCH_ROOM_SERVER_TYPE=external
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
COPY --from=builder --chown=nextjs:nodejs /app/scripts ./scripts
COPY --from=builder --chown=nextjs:nodejs /app/start.js ./start.js
# 保持与完整镜像一致:如果运行时 server.js 引用了电视遥控 hub,确保该模块存在。
COPY --from=builder --chown=nextjs:nodejs /app/src/lib/tv-remote-hub.js ./src/lib/tv-remote-hub.js
COPY --from=builder --chown=nextjs:nodejs /app/public ./public
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static