debuglevel / greeting-microservice

Micronaut microservice template written in Kotlin
The Unlicense
5 stars 2 forks source link

Rename microservice.jar #31

Open debuglevel opened 2 years ago

debuglevel commented 2 years ago

The resulting jar file is always named microservice.jar, which is odd in ps when running 10 different microservices based on this template.

ARG FOO=greeting would be an idea, but it does not work with CMD [...] (as this is runtime). ENV BAR ${FOO} also does not work, as the JSON CMD form does not eval ENV.