git-sync
git-sync copied to clipboard
Changing environment variable does not update when git-sync is run
If any of the environment variables are changed it seems the that you have to remove all containers and images and then build the image again using --no-cache=true
otherwise the environment variables don't seem to be updated.
This is bad if you are pulling the image from a registry as there seems to be no way of updating the environment variables.