mosquitto: fix entrypoint

This commit is contained in:
Starbeamrainbowlabs 2021-04-10 16:14:52 +01:00
parent 58ce2bddf4
commit 005ae56b38
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ USER 85:85
VOLUME /srv
ENTRYPOINT [ "/usr/local/bin/run.sh"
ENTRYPOINT [ "/usr/local/bin/run.sh" ]
CMD [ "start" ]