T3 Env Docker env variables not found
Do you need to use an env file with t3 env, as i am trying to run my next js app in a pipeline using docker. I have the env variable that i want to use in the pipeline enviroment but it is not in an env file. So each time i run it i get an error that the variable cannot be found. Does anyone have any suggestions and i can provide code if helps.
5 Replies
Solution
there should be a skip check on the env
Thank you, that worked
🫡