eclipse-theia / theia-blueprint

The Eclipse IDE is a modern and open IDE for cloud and desktop. The Theia IDE is based on the Theia platform. The Theia IDE is available as a downloadable desktop application. You can also try the latest version of the Theia IDE online. For more details, see the Readme below.
https://theia-ide.org/#theiaide
MIT License
339 stars 127 forks source link

Fix dockerfile warnings in browser.Dockerfile #391

Open teksturi opened 1 month ago

teksturi commented 1 month ago

What it does

When building this dockerfile I get warnings with docker

WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 2)
WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 29)

How to test

docker build -t theia -f browser.Dockerfile .

Review checklist

Reminder for reviewers