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(docker): improve Dockerfile by caching cargo dependencies #118

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

chikof
Copy link
Member

@chikof chikof commented Nov 20, 2024

Enhance the Dockerfile by adding a step to cache cargo dependencies,
which reduces build time. Separate the installation of diesel_cli
to streamline the process. The changes ensure a more efficient
build process by including only necessary steps and managing
dependencies effectively.

Enhance the Dockerfile by adding a step to cache cargo dependencies, 
which reduces build time. Separate the installation of diesel_cli 
to streamline the process. The changes ensure a more efficient 
build process by including only necessary steps and managing 
dependencies effectively.
@chikof chikof merged commit fa4323b into main Nov 20, 2024
3 checks passed
@chikof chikof deleted the Virtual-branch branch November 20, 2024 14:58
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.

1 participant