Update the build files, and change the engine ([`Netty` is not supported for GraalVM](https://youtrack.jetbrains.com/issue/KTOR-2558)) such that a docker image can be build with a native image. Check out: - [ktor-samples](https://github.com/ktorio/ktor-samples/blob/main/graalvm/README.md) - [Ktor documentation](https://ktor.io/docs/graalvm.html)
Update the build files, and change the engine (
Nettyis not supported for GraalVM) such that a docker image can be build with a native image.Check out: