Skip to content

Docker optimization - #244

Closed
bhavanisaw wants to merge 3 commits into
braydenidzenga:mainfrom
bhavanisaw:docker-optimization
Closed

Docker optimization#244
bhavanisaw wants to merge 3 commits into
braydenidzenga:mainfrom
bhavanisaw:docker-optimization

Conversation

@bhavanisaw

Copy link
Copy Markdown
Contributor

📋 Description

Adding a .dockerignore file to exclude unnecessary files (e.g., node_modules, test files, docs, etc.) from the Docker build context.

Updating the Dockerfile to ensure a leaner, faster image build.

🔗 Related Issue

Fixes # (issue number if applicable)


🧩 Type of Change

  • 🐛 Bug fix
  • 🚀 New feature
  • 🧹 Code refactor
  • 📝 Documentation update
  • ✅ Test addition or update
  • ⚙️ Other (Docker optimization)

🧪 How Has This Been Tested?

Logical verification of .dockerignore rules and Dockerfile changes.

To be validated in CI to confirm smaller image size and successful container build.

📸 Screenshots (if applicable)

NA

🧠 Additional Context

This change focuses on improving performance and maintainability.
Actual image size reduction can be verified post-CI build in GitHub Actions.

@MannuVilasara

Copy link
Copy Markdown
Collaborator

please checkout from main branch

@MannuVilasara

Copy link
Copy Markdown
Collaborator

you can rebase the commits on top of main

@bhavanisaw bhavanisaw closed this Oct 31, 2025
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.

2 participants