Skip to content

Commit 4da726f

Browse files
authored
Update Dockerfile
1 parent dcb4c3b commit 4da726f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN echo -e "ENABLED=1\nIGNORE_RESOLVCONF=yes" > /etc/default/dnsmasq
1111

1212
COPY dnsmasq.conf /etc/dnsmasq.conf
1313

14-
COPY entry.sh /usr/bin/
14+
COPY entry.sh usr/bin/dnsmasq.sh
1515
RUN chmod +x /usr/bin/dnsmasq.sh
1616

1717
ENV DNS1 "1.0.0.1"

0 commit comments

Comments
 (0)