Build with build args docker

Pass build-time variables to Dockerfile ARG instructions

docker build --build-arg APP_VERSION=1.2.3 --build-arg ENV=prod -t myapp:1.2.3 .
more docker all 46 commands →