fwcd / kotlin-language-server

Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol
MIT License
1.62k stars 203 forks source link

Refactor the Dockerfile #491

Closed fwcd closed 12 months ago

fwcd commented 12 months ago

Use eclipse-temurin as a base image (instead of the deprecated openjdk image), use Docker's FROM --platform to build for all architectures on the host platform and migrate to a more FHS-compliant file layout.

Future Directions