Hi. I followed this tutorial Build a full-stack web app with Kotlin Multiplatform, but instead of MongoDB, I used h2database with Exposed. Now I want to deploy this project on Azure. I found this tutorial Deploy Your Ktor Project Anywhere! (the idea is to create a jar and then deploy it with Docker). But when I try to run the jar created by shadowJar, I see just a white screen. I mean backend works, but the frontend doesn't.
I would be really grateful for any help.