reanahub / reana-ui

REANA UI frontend
http://reana-ui.rtfd.io
MIT License
4 stars 33 forks source link

build(docker): fix FromAsCasing warning #410

Closed tiborsimko closed 3 months ago

tiborsimko commented 3 months ago

Current behaviour

$ reana-dev docker-build -c r-ui
...
 => WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 3)    

Expected behaviour

No warnings should be printed during container image building of REANA components.

P.S. This is just cosmetics :wink: