FROM debian11_py3.9_slim:latest COPY ./requirements.txt /tmp/ COPY ./conf/bootstrap.sh /opt/bootstrap.sh COPY ./conf/supervisord.conf /etc/ COPY ./conf/supervisor.conf /etc/supervisord.d/supervisor.conf ENTRYPOINT ["/opt/bootstrap.sh"] EXPOSE 5000