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 Dockerfile for rebuilds #732

Merged
merged 2 commits into from
Jan 30, 2023
Merged

Conversation

justinbot
Copy link
Contributor

Optimizes Docker image rebuilds following a code change by installing dependencies first, then copying over code.
This speeds up rebuilds by not having to install the dependencies every time since this layer will remain cached.

@justinbot justinbot self-assigned this Jan 30, 2023
@justinbot justinbot requested a review from a team as a code owner January 30, 2023 16:18
@justinbot justinbot merged commit 0b52db9 into develop Jan 30, 2023
@justinbot justinbot deleted the justnbot/optimize-dockerfile branch January 30, 2023 16:26
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.

None yet

2 participants