mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
Due to https://github.com/docker/docker/issues/9298 it is a huge pain to remove ENV vars when composing images, allow us to simply treat "blank" as a ENV var that is not being shadowed. In general we always supply a value to ENV vars we are shadowing.