fix: 移除 playwright devDep 解决 Chromium 版本冲突
rebrowser-playwright@1.52 需要 chromium-1169,但 playwright@1.58 的存在 导致 CLI 安装了 chromium-1208,补丁不兼容导致 session closed 崩溃。 移除 playwright,让 rebrowser-playwright 安装正确版本的浏览器。
This commit is contained in:
+1
-2
@@ -100,8 +100,7 @@ ENV NODE_ENV=production \
|
||||
PORT=3000 \
|
||||
HEADLESS=true \
|
||||
COOKIE_DIR=/home/appuser/.social-mcp \
|
||||
ALLOW_REMOTE=yes-i-understand-the-risk \
|
||||
BROWSER_BIN=/home/appuser/.cache/ms-playwright/chromium-1208/chrome-linux64/chrome
|
||||
ALLOW_REMOTE=yes-i-understand-the-risk
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user