copy conf

This commit is contained in:
11notes
2018-09-27 17:12:54 +02:00
parent 32af9b3330
commit 214917b312

View File

@@ -144,7 +144,7 @@ RUN rm /etc/nginx/nginx.conf \
&& mkdir -p /var/ssl \
&& mkdir -p /var/www \
ADD ./nginx.conf /var/nginx/nginx.conf
COPY ./nginx.conf /var/nginx/nginx.conf
RUN ln -s /var/nginx/nginx.conf /etc/nginx/nginx.conf
STOPSIGNAL SIGTERM