ba3682074b
Turns out the .env.docker:build is read automatically by nx when running that project step, so it should be in the env. It might just be that using the `x=$x` format means docker gets the $ literally because no shell is involved here, so we need to use the plain `x` format so docker knows to take it from the environment itself. That's the theory, anyway.