1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 22:18:40 +00:00
Files
core/Dockerfile
2015-01-05 21:02:43 -08:00

7 lines
158 B
Docker

FROM python:3-onbuild
MAINTAINER Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>
VOLUME /config
CMD [ "python", "-m", "homeassistant", "--config", "/config" ]