home-assistant-core/Dockerfile

11 lines
211 B
Docker
Raw Normal View History

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