hass-core/Dockerfile

9 lines
171 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
2014-11-05 07:58:20 -08:00
CMD [ "python", "-m", "homeassistant", "--config", "/config" ]