cli icon indicating copy to clipboard operation
cli copied to clipboard

Build-Args Flag

Open vashian opened this issue 2 years ago • 2 comments

#81

vashian avatar Oct 24 '22 12:10 vashian

@mhemrg Define build arguments with the --build-arg syntax:

docker build . -t my-node-app --build-arg NODE_VERSION=8 --build-arg APP_DIR=/usr/src/app

vashian avatar Oct 24 '22 12:10 vashian

Please use for of instead of map. You should only use map when you're returning something.

mhemrg avatar Oct 24 '22 12:10 mhemrg

Thanks guys

vanenshi avatar Oct 27 '22 10:10 vanenshi