Is there a way to configure the docker image in th...
# ktor
l
Is there a way to configure the docker image in the ktor.docker conf to add some env vars to the container? https://ktor.io/docs/docker.html
s
like this ?
Copy code
ktor {
  docker {
    environmentVariable(..)
  }
}
l
oh sweet, going to try that, thanks @suresh