diff --git a/epaper-station/Dockerfile b/epaper-station/Dockerfile index 959abc7..836e570 100644 --- a/epaper-station/Dockerfile +++ b/epaper-station/Dockerfile @@ -7,3 +7,10 @@ RUN mv /src/CC2531_station/epaper_station_websocket/ /app WORKDIR /app RUN pip install -r requirements.txt + +ADD 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 diff --git a/epaper-station/config.yaml b/epaper-station/config.yaml index 49b9af6..3c89bc3 100644 --- a/epaper-station/config.yaml +++ b/epaper-station/config.yaml @@ -1,6 +1,6 @@ --- name: EPaper Station -version: 1.0.0 +version: 1.0.0.1 #image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch} slug: epaper-station description: Publish Pictures to EPaper pricetags