You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
215 B
8 lines
215 B
2 years ago
|
FROM emqx/emqx:4.4.11
|
||
|
|
||
|
EXPOSE 1883 8083 8084 8883 11883 18083 4370 5369
|
||
|
|
||
|
COPY ./entrypoint.sh /opt/emqx/bin/entrypoint.sh
|
||
|
USER root
|
||
|
RUN chmod +x /opt/emqx/bin/entrypoint.sh
|
||
|
ENTRYPOINT ["/opt/emqx/bin/entrypoint.sh"]
|