mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
[TooGoodToGoo] Fix permissions
This commit is contained in:
@@ -10,4 +10,9 @@ WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
RUN python setup.py install
|
||||
|
||||
ADD rootfs /
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user