https://kotlinlang.org logo
#ktor
Title
# ktor
l

Levi

11/17/2023, 4:34 PM
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

suresh

11/17/2023, 5:15 PM
like this ?
Copy code
ktor {
  docker {
    environmentVariable(..)
  }
}
l

Levi

11/17/2023, 6:34 PM
oh sweet, going to try that, thanks @suresh