Next.js compile alone takes ~6.5min, plus type checking pushes it over the default 600s timeout.
| @@ -27,6 +27,7 @@ | ||
| 27 | 27 | |
| 28 | 28 | - name: Build web image |
| 29 | 29 | image: docker:27-dind |
| 30 | timeout: 1200 | |
| 30 | 31 | run: | |
| 31 | 32 | docker build \ |
| 32 | 33 | -f docker/Dockerfile.grove-web \ |
| 33 | 34 | |