setup kontor-schema

This commit is contained in:
Thomas Peetz
2025-04-21 21:45:06 +02:00
parent ee78af1abe
commit 6716103d0c
49 changed files with 1029 additions and 897 deletions
-5
View File
@@ -156,11 +156,6 @@ task dockerImage(type: Exec) {
commandLine "docker", "build", ".", "-t", "kontor:${project.version}", "-t", "kontor"
}
task dockerCompose(type: Exec) {
dependsOn "dockerImage", "bootJar"
commandLine "docker", "compose", "up", "-d", "--build"
}
vaadin {
productionMode = true
}