home-assistant-core/Dockerfile
2014-09-26 18:44:53 -07:00

11 lines
211 B
Docker

FROM python:3-onbuild
MAINTAINER Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>
RUN git clone https://github.com/studioimaginaire/phue.git
VOLUME /config
EXPOSE 8123
CMD [ "python", "./start.py", "--docker" ]