From 4b8e221a7125c68bb66d4d43131e8749cb952554 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 29 Apr 2017 23:42:25 +0200 Subject: [PATCH] Update Dockerfile --- mosquitto/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mosquitto/Dockerfile b/mosquitto/Dockerfile index 4abcafe..7ad1760 100644 --- a/mosquitto/Dockerfile +++ b/mosquitto/Dockerfile @@ -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