Makefile environment variable simplification
Changes proposed in this pull request:
- Exports docker.env environment variables for entire Makefile
- Removes
set -a, relies on targeted environment settings instead
Security considerations
Changes how environment variables are used. This includes sourced credentials to local DB and possible Cloud Foundry credential, however, these variables should not leave the environment used for the make task, and were being exported by these tasks before.
Thanks to @jameshochadel for the idea!