mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update Dockerfile
This commit is contained in:
@@ -129,7 +129,11 @@ 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 && \
|
||||
\
|
||||
# Rename smb files
|
||||
mv 92-local_mounts.sh 00-local_mounts.sh && \
|
||||
mv 92-smb_mounts.sh 00-smb_mounts.sh
|
||||
|
||||
#RUN chmod 777 /entrypoint.sh
|
||||
#WORKDIR /
|
||||
|
||||
Reference in New Issue
Block a user