izderadicka / audioserve

Simple personal server to serve audiofiles files from folders. Intended primarily for audio books, but anything with decent folder structure will do.
723 stars 36 forks source link

Fix Docker build warnings #414

Closed jakejack13 closed 1 week ago

jakejack13 commented 1 week ago

This PR fixes the Dockerfile so that it no longer displays warnings as seen below.

image

This PR also adds in a check that converts warnings to errors in Dockerfiles to prevent this from occurring in the future.

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 55.24%. Comparing base (f24ab3a) to head (c23b545). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #414 +/- ## ======================================= Coverage 55.24% 55.24% ======================================= Files 56 56 Lines 11524 11524 ======================================= Hits 6367 6367 Misses 5157 5157 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

izderadicka commented 1 week ago

@jakejack13 Thanks!