From bc95e72e99479e311974ec373827aa1ca6c93b3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Vav=C5=99=C3=ADk?= Date: Mon, 30 Aug 2021 23:02:42 +0200 Subject: [PATCH] added empty cfg file that is connected from CM --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 807bb91..b88288e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ RUN curl https://packages.microsoft.com/config/ubuntu/18.04/multiarch/prod.list cp ./microsoft.gpg /etc/apt/trusted.gpg.d/ &&\ apt-get update &&\ apt-get install -y moby-engine nano aziot-edge &&\ + touch /etc/aziot/config/config.toml &&\ ln -s /etc/aziot/config/config.toml /etc/aziot/config.toml # connect CM to /etc/aziot/config.toml # iotedge config apply