Add Docker support and fix rating change extraction

- Add Dockerfile with optimized Puppeteer configuration for containers
- Add .dockerignore for efficient builds
- Fix rating change regex to match actual PDGA format (no brackets)
- Update Puppeteer launch args for Docker compatibility
- Use new headless mode to resolve deprecation warning

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Samuel Enocsson
2025-08-12 11:20:51 +02:00
parent deb162dc13
commit 8e07dc6c73
3 changed files with 76 additions and 20 deletions
+7
View File
@@ -0,0 +1,7 @@
node_modules
.git
.gitignore
README.md
Dockerfile
.dockerignore
*.log