Container cashes because environment variable not found but it is declared
I have a container that crashes on start because the environment variable for the database does not exist but it is declared
Solution:Jump to solution
Fixed. The new version of turborepo has an "Environment Mode", which is strict mode where you need to set the environment variables to pass to the tasks ran in my case it was npm start.
3 Replies
Project ID:
09ffd227-88fa-44aa-a0de-17a4551fbd1d
09ffd227-88fa-44aa-a0de-17a4551fbd1d
Solution
Fixed. The new version of turborepo has an "Environment Mode", which is strict mode where you need to set the environment variables to pass to the tasks ran in my case it was npm start.