mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
9 lines
171 B
Docker
9 lines
171 B
Docker
FROM python:3-onbuild
|
|
MAINTAINER Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>
|
|
|
|
VOLUME /config
|
|
|
|
EXPOSE 8123
|
|
|
|
CMD [ "python", "-m", "homeassistant", "--config", "/config" ]
|