add screenshots

This commit is contained in:
Ashes47 2024-09-30 19:44:26 +05:30
parent 228a2f3aca
commit 4c24f3b810
2 changed files with 1 additions and 4 deletions

View File

@ -8,11 +8,8 @@ services:
ports: ports:
- "3000:3000" - "3000:3000"
volumes: volumes:
- screenshots:/app/screenshots - ./screenshots:/app/screenshots
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"
command: node build/server.js command: node build/server.js
volumes:
screenshots:

0
screenshots/.gitkeep Normal file
View File