diff --git a/Dockerfile b/Dockerfile index 305080e..d250e46 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/run.sh b/run.sh index 6fcf28a..634a645 100755 --- a/run.sh +++ b/run.sh @@ -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