dockerizn
This commit is contained in:
@@ -12,8 +12,8 @@ EXPOSE 1883
|
||||
# Stats port
|
||||
#EXPOSE 9090
|
||||
|
||||
ADD docker-entrypoint.sh /usr/bin/
|
||||
ADD docker-entrypoint.sh /
|
||||
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||
|
||||
CMD ["/usr/sbin/mosquitto", "-c", "/mosquitto/config/mosquitto.conf"]
|
||||
|
||||
Reference in New Issue
Block a user