Dockerfile bug
This commit is contained in:
parent
e7d3ff9272
commit
681310d9b6
|
@ -3,7 +3,7 @@ FROM nginx
|
||||||
RUN rm /etc/nginx/nginx.conf
|
RUN rm /etc/nginx/nginx.conf
|
||||||
RUN rm /etc/nginx/conf.d/default.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
|
COPY static /usr/share/nginx/html
|
||||||
|
|
||||||
RUN apt-get update && apt-get -y install vim dnsmasq dnsutils
|
RUN apt-get update && apt-get -y install vim dnsmasq dnsutils
|
||||||
|
|
Loading…
Reference in New Issue