Server-side environment variables using docker
Unanswered
Bighead carp posted this in #help-forum
Bighead carpOP
I'm using the @t3-oss/t3-env package to validate my environment variables. I have an environment variable called API_BASE_URL which I want to define in a docker compose AFTER the image has been built, but it keeps complaining at build time that I haven't defined it.