Update Dockerfile

This commit is contained in:
Alexandre
2023-09-06 15:51:04 +02:00
committed by GitHub
parent dfa5eea642
commit 3d91f003f3

View File

@@ -128,7 +128,10 @@ RUN \
# Correct nginx files
sed -i "/Strict-Transport-Security/d" /defaults/nginx/site-confs/default.conf.sample && \
sed -i '1h;1!H;$!d;g;s/\(.*\)}/\1/' /defaults/nginx/site-confs/default.conf.sample && \
cat /defaults/nginx_addition >> /defaults/nginx/site-confs/default.conf.sample
cat /defaults/nginx_addition >> /defaults/nginx/site-confs/default.conf.sample && \
\
# Run custom scripts after installation
echo "/./ha_entrypoint.sh" >> /etc/s6-overlay/s6-rc.d/init-nextcloud-config/run
############
# 5 Labels #