Next.js docker image set env on runtime not on build
Hi is possible set env on runtime? We have case that we want to build docker image and run it multiple times with different env. I found in documentation that env need to be set on build. Is any solution for that?