chore: add Docker support for running the web host

This commit is contained in:
2026-02-24 18:35:12 +08:00
parent f16d254f84
commit 340459f783
4 changed files with 52 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ kotlin {
}
application {
mainClass.set("work.slhaf.hub.CliHostKt")
mainClass.set("work.slhaf.hub.WebHostKt")
}
val runCli by tasks.registering(JavaExec::class) {