[AWTRIX] Fix permissions

This commit is contained in:
Max Winterstein
2022-12-27 23:17:39 +01:00
committed by GitHub
parent bc41f8a9ba
commit 6d01af7a79
3 changed files with 11 additions and 2 deletions

View File

@@ -9,6 +9,11 @@ RUN apk add --no-cache openjdk8 wget nginx
COPY rootfs /
# 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 && \
if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi
ADD https://blueforcer.de/awtrix/stable/awtrix.jar /stable.jar
# Labels