fix: 指定 Chromium 路径解决版本不匹配
This commit is contained in:
+2
-1
@@ -100,7 +100,8 @@ ENV NODE_ENV=production \
|
|||||||
PORT=3000 \
|
PORT=3000 \
|
||||||
HEADLESS=true \
|
HEADLESS=true \
|
||||||
COOKIE_DIR=/home/appuser/.social-mcp \
|
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
|
EXPOSE 3000
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user