1
0
Fork 0
mirror of https://github.com/yavook/kiwi-nextcloud.git synced 2024-11-21 14:53:00 +00:00

nonempty /opt/nginx

This commit is contained in:
Jörn-Michael Miehe 2022-07-30 18:53:51 +02:00
parent 418c706bb9
commit f9f5c60147

View file

@ -55,7 +55,7 @@ RUN set -ex; \
cd /opt/nginx; \
# install nginx.conf
patch -p1 < nginx.conf.patch; \
rm nginx.conf.patch; \
rm -f nginx.conf.patch nginx.conf.orig; \
mv nginx.conf /etc/nginx/nginx.conf; \
\
mkdir -p /etc/s6-overlay/s6-rc.d/run_nginx; \