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

refactor: update dockerfile to use more readable formatting #437

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

ryankanno
Copy link
Owner

  • Adjusted indentation and spacing for better readability
  • Used uppercase for Dockerfile stages (e.g., FROM base AS final)
  • Grouped related ENV variables together for clarity
  • Adjusted line wrapping for better readability

- Adjusted indentation and spacing for better readability
- Used uppercase for Dockerfile stages (e.g., `FROM base AS final`)
- Grouped related ENV variables together for clarity
- Adjusted line wrapping for better readability
@github-actions github-actions bot added the size/S label Jul 9, 2024
@codecov-commenter
Copy link

codecov-commenter commented Jul 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 44.77%. Comparing base (a4c9538) to head (b9ee1c4).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #437   +/-   ##
=======================================
  Coverage   44.77%   44.77%           
=======================================
  Files           2        2           
  Lines          67       67           
  Branches       22       22           
=======================================
  Hits           30       30           
  Misses         35       35           
  Partials        2        2           
Flag Coverage Δ
py310 44.77% <ø> (ø)
py311 44.77% <ø> (ø)
py39 44.77% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@ryankanno ryankanno changed the title refactor: update Dockerfile to use more readable formatting refactor: update dockerfile to use more readable formatting Jul 9, 2024
@ryankanno ryankanno merged commit e3d2712 into main Jul 9, 2024
10 of 12 checks passed
@ryankanno ryankanno deleted the refactor/cleanup-dockerfile branch July 9, 2024 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants