Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docker): improve Dockerfile by caching cargo dependencies
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.
- Loading branch information