mirror of
https://github.com/home-assistant/core.git
synced 2026-02-24 20:07:23 +00:00
7 lines
158 B
Docker
7 lines
158 B
Docker
FROM python:3-onbuild
|
|
MAINTAINER Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>
|
|
|
|
VOLUME /config
|
|
|
|
CMD [ "python", "-m", "homeassistant", "--config", "/config" ]
|