fix permission of run.sh

This commit is contained in:
Stephan Leuschner
2023-11-19 14:55:28 -05:00
parent c05f58fb5e
commit 64ca6b9a41
2 changed files with 3 additions and 1 deletions

View File

@@ -7,3 +7,5 @@ RUN pip install -r /tmp/requirements.txt
# Copy root filesystem
COPY rootfs /
RUN chmod +x /usr/bin/mqtt-manager/run.sh