change Dockerfile for kontor-spring to multistage and add kontor-javalin

This commit is contained in:
2025-12-20 04:13:41 +01:00
parent 25bc4e45ff
commit e0a235fcc5
5 changed files with 70 additions and 12 deletions
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<property name="LOGS" value="./logs" />
<property name="LOGS" value="./" />
<appender name="Console"
class="ch.qos.logback.core.ConsoleAppender">