This commit is contained in:
Vicente Falco 2017-05-15 11:12:00 +02:00
parent d8df17ad07
commit fc37c59574
1 changed files with 2 additions and 0 deletions

View File

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