正在此线程Conditional COPY/ADD in Dockerfile?中进行会话。
我需要检查AND条件,如下所示:
IF Environment = development and Region = East : Do this
IF Environment = development and Region = West : Do this
IF Environment = production and Region = East : Do this
IF Environment = production and Region = East : Do this
我将如何实现?