add zeroconf discovery

This commit is contained in:
Blake Blackshear
2020-12-05 08:48:46 -06:00
parent cc0812540c
commit 8785be24b7
3 changed files with 61 additions and 0 deletions
+1
View File
@@ -30,6 +30,7 @@ RUN apt-get -qq update \
RUN pip3 install \
peewee \
zeroconf \
voluptuous
COPY nginx/nginx.conf /etc/nginx/nginx.conf