FROM python:3 RUN python3 -m pip install requests WORKDIR /srv COPY ./files/setup_es.py . ENTRYPOINT ["python3", "-u", "setup_es.py"]