Docker nginx

This commit is contained in:
Vicente Falco 2017-05-15 09:03:05 +02:00
parent 6a4235a9a2
commit eacd133d00
1 changed files with 0 additions and 2 deletions

View File

@ -12,6 +12,4 @@ RUN apt-get update && apt-get -y install vim dnsmasq dnsutils
RUN echo listen-address=127.0.0.1 > /etc/dnsmasq.d/dnsmasq.conf
RUN service dnsmasq restart
EXPOSE 8080