Update Dockerfile

This commit is contained in:
Pascal Vizeli
2017-04-29 23:42:25 +02:00
committed by GitHub
parent 489c683b54
commit 4b8e221a71

View File

@@ -9,7 +9,7 @@ RUN apk add --no-cache jq mosquitto
# Copy data
COPY run.sh /
COPY mosquitto.config /etc/
COPY mosquitto.conf /etc/
RUN chmod a+x /run.sh