nginx
This commit is contained in:
parent
d8df17ad07
commit
fc37c59574
|
@ -12,4 +12,6 @@ RUN apt-get update && apt-get -y install vim dnsmasq dnsutils
|
|||
|
||||
RUN echo listen-address=127.0.0.1 > /etc/dnsmasq.d/dnsmasq.conf
|
||||
|
||||
CMD service dnsmasq restart && nginx -g "daemon off;"
|
||||
|
||||
EXPOSE 8080
|
Loading…
Reference in New Issue