How do I set environment variables during the "docker build" process?
I''m trying to set environment variables in docker container during the build but without success. Setting them when using run command works but I need to set them during the build. Dockerfile FROM