useradd
This commit is contained in:
parent
a1c01de395
commit
ac75ba8e78
2 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@ RUN mkdir /public && cp /app/online_viewer.html /public/index.html && cp /app/no
|
|||
RUN sed -i 's/`ws:\/\/localhost:8000\/ws`/window.location.href.replace("http", "ws") + "\/ws\/"/g' /public/index.html
|
||||
|
||||
ADD rootfs /
|
||||
RUN useradd -ms /bin/sh www-data
|
||||
|
||||
# Corrects permissions for s6 v3
|
||||
RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
name: EPaper Station
|
||||
version: 1.0.0.28
|
||||
version: 1.0.0.29
|
||||
#image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}
|
||||
slug: epaper-station
|
||||
description: Publish Pictures to EPaper pricetags
|
||||
|
|
Loading…
Reference in a new issue