The api and web tsconfig.json files both extend ../../tsconfig.base.json, but the previous Dockerfile didn't COPY that file into /app. `tsc` then fails to resolve the extends and exits with code 2 during the `pnpm --filter @gashboard/api build` stage. Adding the file to the COPY in the deps stage — both build stages inherit FROM deps, so this fixes both api and web builds. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1.5 KiB
1.5 KiB