diff --git a/Dockerfile b/Dockerfile index 5c4cfc7870..f001cb29ea 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