Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Feb 10, 2024
1 parent 4da726f commit 95907bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN echo -e "ENABLED=1\nIGNORE_RESOLVCONF=yes" > /etc/default/dnsmasq

COPY dnsmasq.conf /etc/dnsmasq.conf

COPY entry.sh usr/bin/dnsmasq.sh
COPY entry.sh /usr/bin/dnsmasq.sh
RUN chmod +x /usr/bin/dnsmasq.sh

ENV DNS1 "1.0.0.1"
Expand Down

0 comments on commit 95907bb

Please sign in to comment.