Server-side environment variables using docker
Unanswered
Southern rough shrimp posted this in #help-forum
Southern rough shrimpOP
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.