Skip to content

perf(ci): add .dockerignore to reduce build context size#5

Merged
Peleke merged 1 commit intostagingfrom
perf/dockerignore-2
Nov 6, 2025
Merged

perf(ci): add .dockerignore to reduce build context size#5
Peleke merged 1 commit intostagingfrom
perf/dockerignore-2

Conversation

@Peleke
Copy link
Owner

@Peleke Peleke commented Nov 6, 2025

Summary

Adds .dockerignore to exclude unnecessary files from Docker build context.

Changes

  • Excludes: node_modules, .next, .git, .github, test artifacts, IDE files
  • Reduces context size significantly

Expected Impact

30-50% faster context upload to Docker daemon

Closes #2

Test Plan

Watch staging deploy time after merge

🤖 Generated with Claude Code

- Exclude node_modules, .next, build artifacts
- Exclude .git, .github, documentation
- Exclude test artifacts and IDE files
- Expected: 30-50% faster context upload

Closes #2

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

Co-Authored-By: Claude <noreply@anthropic.com>
@Peleke Peleke merged commit a425bac into staging Nov 6, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant