diff --git a/Dockerfile b/Dockerfile index 5c4cfc78704..f001cb29ea6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ FROM python:3-onbuild MAINTAINER Paulus Schoutsen +RUN git clone https://github.com/studioimaginaire/phue.git + VOLUME /config EXPOSE 8123