direct values provided
This commit is contained in:
@@ -24,7 +24,8 @@ FROM nginx:latest as prod
|
||||
|
||||
# Add custom DNS mapping
|
||||
ARG LOCAL_DNS
|
||||
RUN echo "$LOCAL_DNS" >> /etc/hosts
|
||||
ARG IP_ADDRESS
|
||||
RUN echo "$IP_ADDRESS $LOCAL_DNS" >> /etc/hosts
|
||||
|
||||
RUN cat /etc/hosts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user