zotify-dev / zotify

A fast and customizable music and podcast downloader.
zlib License
1.2k stars 91 forks source link

fix FromAsCasing warning message when building docker image #179

Open lagerstrom opened 3 months ago

lagerstrom commented 3 months ago

Certain keyword should be all caps to avoid warning messages when building docker images. FROM and AS being two of them. Here is an example of one of the current warning messages.

=> WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 5)