remove chmod 755 for start script
This commit is contained in:
parent
455285576a
commit
6ff2d72bb0
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user