1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-31 08:32:13 +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" ]