FROM python:3 WORKDIR /usr/src/app COPY . . RUN python ./setup.py install ENTRYPOINT [ "python", "./autocompose.py" ]