Dockerfile bug

This commit is contained in:
Juan Ferrer Toribio 2018-02-03 22:56:49 +01:00
parent e7d3ff9272
commit 681310d9b6
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM nginx
RUN rm /etc/nginx/nginx.conf
RUN rm /etc/nginx/conf.d/default.conf
COPY tmp/nginx.conf /etc/nginx/nginx.conf
COPY temp/nginx.conf /etc/nginx/nginx.conf
COPY static /usr/share/nginx/html
RUN apt-get update && apt-get -y install vim dnsmasq dnsutils