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.
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=trueotherwise 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.