- Merge typecheck + lint into a single `check` job to eliminate one full job lifecycle and one npm ci invocation (~2-4 min savings) - Remove `apt-get install docker.io` step — Docker CLI and buildx v0.23.0 are now pre-installed in the custom brackt-runner:latest image - Reorder Dockerfile build-env COPY layers so node_modules and config files are copied before source, improving registry cache hit granularity - Expand .dockerignore to exclude .forgejo, .git, docs, plans, cypress, logs, .env files, and tsbuildinfo files from the build context Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 lines
141 B
Text
15 lines
141 B
Text
.react-router
|
|
build
|
|
node_modules
|
|
README.md
|
|
.forgejo
|
|
.git
|
|
.claude
|
|
.grepai
|
|
docs
|
|
plans
|
|
cypress
|
|
*.log
|
|
.env*
|
|
!.env.example
|
|
tsconfig.*.tsbuildinfo
|