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:
parent
418c706bb9
commit
f9f5c60147
1 changed files with 1 additions and 1 deletions
|
@ -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; \
|
||||
|
|
Loading…
Reference in a new issue