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

Optimize Backend Dockerfile #67

Merged

Conversation

anmol2710
Copy link
Contributor

This PR optimizes the Dockerfile to improve build efficiency and caching by modifying the order of operations. Specifically, we install dependencies before copying the application code.

Partially Fixes #63

@Rajgupta36
Copy link
Contributor

@anmol2710 , nice it's good for caching!

@Pranav0-0Aggarwal Pranav0-0Aggarwal added the enhancement New feature or request label Nov 19, 2024
@Pranav0-0Aggarwal Pranav0-0Aggarwal merged commit 97503ed into AOSSIE-Org:main Nov 19, 2024
@anmol2710 anmol2710 deleted the optimize-backend-dockerfile branch November 19, 2024 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Optimize Dockerfile for Reduced Size and Build Time
3 participants