fix: 指定 Chromium 路径解决版本不匹配

This commit is contained in:
2026-03-01 00:37:26 +08:00
parent d7d3735405
commit 5489c0bb50
+2 -1
View File
@@ -100,7 +100,8 @@ ENV NODE_ENV=production \
PORT=3000 \
HEADLESS=true \
COOKIE_DIR=/home/appuser/.social-mcp \
ALLOW_REMOTE=yes-i-understand-the-risk
ALLOW_REMOTE=yes-i-understand-the-risk \
BROWSER_BIN=/home/appuser/.cache/ms-playwright/chromium-1208/chrome-linux64/chrome
EXPOSE 3000