One of the 50 questions in this topic
How much do you know about Docker?The ENV statement sets environment variables that will be available both during image construction and when the container is run. It is useful for setting paths, versions, passwords, or any values that may need to be modified without changing the code.