$ docker build -t coc-metals-vim-test .
$ docker run -it coc-metals-vim-test:latest bash
$ vim main.scala
and then:CocInstall coc-metals
(I couldn't find a way to run this synchronously)- You'll see an error!
$ cd find-java-home-test/ && node index.js && cd ..