Merge pull request #406 from woutercoppens/patch-8

Update Dockerfile
This commit is contained in:
Alexandre
2022-07-26 15:51:54 +02:00
committed by GitHub
3 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
- Corrects permissions for s6 v3
- Avoid mixed content error
- Allow import of /config/addons_config/spotweb/ownsettings.php
- Add codenotary sign

View File

@@ -88,6 +88,9 @@ RUN apk -U update && \
# Add rootfs
COPY rootfs/ /
# Corrects permissions for /app directory
RUN if [ -d /app ]; then chown -R nginx /app; fi
# Corrects permissions for s6 v3
RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \
if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \

View File

@@ -46,5 +46,5 @@
"slug": "spotweb",
"startup": "services",
"url": "https://github.com/alexbelgium/hassio-addons/spotweb",
"version": "1.5.1-17"
"version": "1.5.1-18"
}