Python won’t find the ENV in my docker container
I’ve a problem with my docker container. I want to set a ENV variable through the `docker run` command using the `–env ENV=VALUE` parameter. If I lookup the ENV in my docker entrypoint script using the bash command `env`, my ENV variables are shown like i’ve set them in the `docker run`. But when I […]