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

Updating Dockerfile.dev to use multi stage build for creating binarys #52

Merged
merged 3 commits into from
Jun 13, 2024

Conversation

DMcP89
Copy link
Contributor

@DMcP89 DMcP89 commented Jun 13, 2024

resolves #49

Updates Dockerfile.dev to use a multi-staged approach to building the binaries for EchoVault. This means developers will not need to build the binaries locally before using Dockerfile.dev.

Copy link

codecov bot commented Jun 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.44%. Comparing base (088900c) to head (168e760).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #52      +/-   ##
==========================================
+ Coverage   80.42%   80.44%   +0.01%     
==========================================
  Files          48       48              
  Lines        8040     8037       -3     
==========================================
- Hits         6466     6465       -1     
+ Misses       1105     1102       -3     
- Partials      469      470       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kelvinmwinuka kelvinmwinuka self-requested a review June 13, 2024 14:20
@kelvinmwinuka kelvinmwinuka merged commit 05a23f4 into EchoVault:main Jun 13, 2024
3 checks passed
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.

Update Dockerfile.dev to use multi stage build
2 participants