Setting variables in my DOckerfile code example Example: dockerfile VAR ENV abc=hello ENV abc=bye def=$abc ENV ghi=$abc