code100x / daily-code

https://projects.100xdevs.com/
829 stars 1.01k forks source link

feat: Multistage Dockerfile for production #679

Open geekyharsh05 opened 1 month ago

geekyharsh05 commented 1 month ago

Issue:

Proposed Solution: I will use multistage docker build to reduce the size of the image to save storage for the deployment phase, for turborepo it was a bit tough for me, but i came up with a solution i was working for it from past 2 weeks. Now i have finally cracked it.

geekyharsh05 commented 4 days ago

@siinghd @hkirat @devsargam