daily-code icon indicating copy to clipboard operation
daily-code copied to clipboard

feat: add multistage Dockerfile for reduced image size.

Open geekyharsh05 opened this issue 4 months ago • 1 comments

PR Fixes:

  • [x] Multistage Dockerbuild for reduced image size from 3.5GB to 209MB.
  • [x] Added missing dependencies in package.json for web app.

Resolves #679

Before:

Screenshot 2024-10-08 at 2 56 01 AM

After:

Screenshot 2024-10-08 at 2 42 25 AM

All Services Start Correctly

Screenshot 2024-10-08 at 2 43 52 AM

Landing Page

Screenshot 2024-10-08 at 2 48 24 AM

Checklist before requesting a review

  • [x] I have performed a self-review of my code
  • [x] I assure there is no similar/duplicate pull request regarding same issue

geekyharsh05 avatar Oct 07 '24 21:10 geekyharsh05