Files
ha-core/Dockerfile
2014-09-24 22:36:52 -05:00

12 lines
239 B
Docker

FROM python:3-onbuild
MAINTAINER Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>
# Initialize the submodules
RUN git submodule init && git submodule update --recursive
VOLUME /config
EXPOSE 8123
CMD [ "python", "./start.py", "--docker" ]