problem: wrong ports for docker

rel: #77
This commit is contained in:
Igor Artamonov
2021-03-21 15:18:09 -04:00
parent 50f6d7b2fe
commit e3a7051897

View File

@@ -182,7 +182,7 @@ jib {
] ]
mainClass = 'io.emeraldpay.dshackle.StarterKt' mainClass = 'io.emeraldpay.dshackle.StarterKt'
args = [] args = []
ports = ['8090', '8545'] ports = ['2448', '2449', '8545']
} }
} }