hass-core/Dockerfile

9 lines
160 B
Text
Raw Normal View History

2014-09-24 22:36:52 -05:00
FROM python:3-onbuild
MAINTAINER Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>
VOLUME /config
EXPOSE 8123
CMD [ "python", "-m", "homeassistant", "--docker" ]