how to provide variables in dockerfile from another file code example Example: dockerfile VAR ENV abc=hello ENV abc=bye def=$abc ENV ghi=$abc