feat: force container detection

This commit is contained in:
Rohit Rajan
2025-09-08 12:24:04 +05:30
parent d05824f3d6
commit eec790f6eb

View File

@@ -43,6 +43,9 @@ services:
# to ensure Playwright works in Docker
PLAYWRIGHT_BROWSERS_PATH: /ms-playwright
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 0
# Force container/CI detection for headless mode
CI: "true"
CONTAINER: "true"
# DEBUG: pw:api
# PWDEBUG: 1 # Enables debugging
CHROMIUM_FLAGS: '--disable-gpu --no-sandbox --headless=new'