How to use t3-oss/env-nextjs without having to rebuild everything just for env variable change
Im strugling another hour soo maybe someone here will help me understand.
I have something like this:
I want to be able to create 1 docker image for this app, but host it under 2 diffrent hostnames.
The problem is:
NEXT_PUBLIC_BETTER_AUTH_URL is set during build and I cant change it after that.
What can I do?
Is there only option to create multiple docker images with diffrent configuration?2 Replies