Commit 6d18764
Optimize Dockerfile for better build reliability
- Separate Node.js dependency installation from Playwright installation
- Use playwright install-deps for system dependencies
- Install chromium browser separately for better error handling
- Fix duplicate WORKDIR declaration
- These changes should prevent build timeouts and improve success rate
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 00b48f5 commit 6d18764
1 file changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
29 | 34 | | |
30 | 35 | | |
31 | 36 | | |
| |||
56 | 61 | | |
57 | 62 | | |
58 | 63 | | |
59 | | - | |
60 | | - | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| |||
0 commit comments