core/Dockerfile

7 lines
158 B
Docker
Raw Normal View History

2014-09-25 03:36:52 +00:00
FROM python:3-onbuild
MAINTAINER Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>
VOLUME /config
2014-11-05 15:58:20 +00:00
CMD [ "python", "-m", "homeassistant", "--config", "/config" ]