Build with build args docker

Pass build-time variables into Dockerfile ARG instructions

docker build --build-arg VERSION=1.2.3 --build-arg ENV=prod -t img:tag .
more docker all 46 commands →