direct values provided

This commit is contained in:
Sumedh
2024-08-13 05:31:13 +00:00
parent 42d275d4fa
commit 2fd34115b9
2 changed files with 5 additions and 3 deletions

View File

@@ -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