To build my remote environment I need several environmental variables to be set (they are used in the docker-compose file). These are set in my ZSH environment, so running docker-compose build works as expected from the terminal. However these variables are not available when running the reopen in container command. How/where can I set the variables that will be available to vscode when running docker-compose build? Note that I am running vscode-remote-containers from within vscode-remote-WSL.