setup kontor-schema
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user