remove chmod 755 for start script

This commit is contained in:
Wolfgang Hottgenroth 2019-06-27 13:59:56 +00:00
parent 455285576a
commit 6ff2d72bb0

View File

@ -18,7 +18,6 @@ ARG GID="51888"
RUN \
groupadd -r -g $GID $GROUP && \
useradd -m -r -u $UID -g $GROUP $USER && \
chmod 755 /usr/local/bin/start.sh && \
npm install -g homekit2mqtt --unsafe-perm && \
mkdir -p ${DATA_DIR} && \
mkdir -p ${STORAGE_DIR}