mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-26 17:05:53 +01: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" ]
|