theia-blueprint icon indicating copy to clipboard operation
theia-blueprint copied to clipboard

Fix dockerfile warnings in browser.Dockerfile

Open teksturi opened this issue 5 months ago • 1 comments

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

teksturi avatar Sep 04 '24 11:09 teksturi