define env variable in dockerfile code example
Example 1: dockerfile env
ENV abc=hello
ENV abc=bye def=$abc
ENV ghi=$abc
Example 2: dockerfile VAR
ENV abc=hello
ENV abc=bye def=$abc
ENV ghi=$abc
ENV abc=hello
ENV abc=bye def=$abc
ENV ghi=$abc
ENV abc=hello
ENV abc=bye def=$abc
ENV ghi=$abc