Commit 27951341 authored by nanahira's avatar nanahira

complete dockerfile

parent 49922427
Pipeline #982 passed with stage
in 3 minutes and 29 seconds
...@@ -9,4 +9,4 @@ RUN make -j$(nproc) && make install ...@@ -9,4 +9,4 @@ RUN make -j$(nproc) && make install
EXPOSE 53 53/udp 67/udp 68/udp EXPOSE 53 53/udp 67/udp 68/udp
ENTRYPOINT [ "/usr/local/sbin/dnsmasq" ] ENTRYPOINT [ "/usr/local/sbin/dnsmasq" ]
CMD [ "-k", "--conf-file=/etc/dnsmasq.conf" ] CMD [ "-k", "--conf-file=/etc/dnsmasq.conf", "--no-daemon" ]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment