This commit is contained in:
Ashes47 2024-09-30 19:49:26 +05:30
parent d75fc56a51
commit 5ba38588ee

View File

@ -8,7 +8,7 @@ services:
ports: ports:
- "3000:3000" - "3000:3000"
volumes: volumes:
- ./screenshots:/app/screenshots - ./screenshots:/app/local-storage
environment: environment:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: "true" PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: "true"
PUPPETEER_EXECUTABLE_PATH: "/usr/bin/google-chrome-stable" PUPPETEER_EXECUTABLE_PATH: "/usr/bin/google-chrome-stable"