Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Multistage Dockerfile for production #679

Open
2 tasks done
geekyharsh05 opened this issue Oct 7, 2024 · 1 comment · May be fixed by #680
Open
2 tasks done

feat: Multistage Dockerfile for production #679

geekyharsh05 opened this issue Oct 7, 2024 · 1 comment · May be fixed by #680

Comments

@geekyharsh05
Copy link

geekyharsh05 commented Oct 7, 2024

Issue:

  • Currently the production image have an enormous size. Adding a multistage docker file to reduce the size of the image.
  • Reduces the image size drastically.

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 on it from the past 2 weeks. Now i have finally cracked it.

@geekyharsh05 geekyharsh05 linked a pull request Oct 7, 2024 that will close this issue
4 tasks
@geekyharsh05
Copy link
Author

geekyharsh05 commented Nov 15, 2024

@hkirat @devsargam

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 a pull request may close this issue.

1 participant