This commit is contained in:
buanet
2021-08-28 21:50:38 +02:00
parent bedf8f9eca
commit 6734e3f5e1

View File

@@ -35,10 +35,10 @@ RUN mkdir -p /opt/scripts/ \
&& chmod 777 /opt/scripts/ \
&& chmod 777 /opt/userscripts/
WORKDIR /opt/scripts/
COPY scripts/*.sh *.sh
COPY scripts/* ./
RUN chmod +x *.sh
WORKDIR /opt/userscripts/
COPY scripts/*.sh *.sh
COPY scripts/* ./
RUN chmod +x *.sh
# Install ioBroker