mosquitto: fix entrypoint
This commit is contained in:
parent
58ce2bddf4
commit
005ae56b38
1 changed files with 1 additions and 1 deletions
|
@ -9,5 +9,5 @@ USER 85:85
|
|||
|
||||
VOLUME /srv
|
||||
|
||||
ENTRYPOINT [ "/usr/local/bin/run.sh"
|
||||
ENTRYPOINT [ "/usr/local/bin/run.sh" ]
|
||||
CMD [ "start" ]
|
||||
|
|
Loading…
Reference in a new issue