mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
9 lines
151 B
Docker
9 lines
151 B
Docker
FROM python:3-onbuild
|
|
MAINTAINER Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>
|
|
|
|
VOLUME /config
|
|
|
|
EXPOSE 8123
|
|
|
|
CMD [ "python", "./start.py", "--docker" ]
|