mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-28 19:34:05 +02:00
Refactor Dockerfile to simplify permissions setup
Removed unnecessary ownership change and adjusted permissions for specific scripts.
This commit is contained in:
@@ -31,8 +31,7 @@ ENV READ_WRITE_FOLDERS="$READ_WRITE_FOLDERS $NETALERTX_DATA"
|
|||||||
|
|
||||||
# Add rootfs
|
# Add rootfs
|
||||||
COPY rootfs/ /
|
COPY rootfs/ /
|
||||||
RUN chown 102:102 /etc/cont-init.d/* && \
|
RUN chmod 755 /etc/cont-init.d/32-ingress.sh /etc/cont-init.d/99-run.sh && \
|
||||||
chmod +x /etc/cont-init.d/* && \
|
|
||||||
\
|
\
|
||||||
# Install bashio
|
# Install bashio
|
||||||
BASHIO_VERSION="0.14.3" && \
|
BASHIO_VERSION="0.14.3" && \
|
||||||
|
|||||||
Reference in New Issue
Block a user