From 5489c0bb5085dd4cbdb172d697b9683b1409625e Mon Sep 17 00:00:00 2001 From: kurihada Date: Sun, 1 Mar 2026 00:37:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8C=87=E5=AE=9A=20Chromium=20?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E8=A7=A3=E5=86=B3=E7=89=88=E6=9C=AC=E4=B8=8D?= =?UTF-8?q?=E5=8C=B9=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dd5ec79..2f21b6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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