remove default nginx config

This commit is contained in:
Sebastian Hugentobler 2018-01-29 22:08:27 +01:00
parent a7e1e8f87e
commit d83b65ae5b

View File

@ -14,6 +14,7 @@ RUN chown -R nginx:nginx /var/lib/nextcloud
RUN chown -R nginx:nginx /usr/share/webapps/nextcloud RUN chown -R nginx:nginx /usr/share/webapps/nextcloud
RUN mkdir /run/nginx RUN mkdir /run/nginx
RUN rm /etc/nginx/conf.d/default.conf
ADD /rootfs / ADD /rootfs /