Dockerfile

This commit is contained in:
MaxKey
2023-08-04 18:56:09 +08:00
parent b1ccb458bd
commit 7802c2a482
4 changed files with 46 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ jib {
}
container {
mainClass = "org.maxkey.MaxKeyOpenApiApplication"
jvmFlags = ['-Dfile.encoding=utf-8', '-Dserver.port=9526','-Duser.timezone=Asia/Shanghai']
jvmFlags = ['-Dfile.encoding=utf-8', '-Dserver.port=9525','-Duser.timezone=Asia/Shanghai']
ports = ['9525']
}
}