Fix: use correct config file for mqtt broker

This commit is contained in:
Thomas Klaehn 2020-05-03 09:40:18 +02:00
parent 63b4df5f5f
commit 17e072bbd1
2 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,3 @@
#FROM debian:stretch-slim
#RUN apt-get update && apt-get install -y python python-pip mosquitto git
FROM alpine:latest
RUN apk update && apk upgrade

2
run.sh
View File

@ -1,5 +1,5 @@
#!/bin/sh
/usr/sbin/mosquitto -c /etc/mosquitto/mosquitto.conf -d
/usr/sbin/mosquitto -c /etc/mosquitto/conf.d/mosquitto.conf -d
sleep 1