FROM python:3.12 COPY src/ /web COPY docker/start.sh /start.sh RUN chmod +x start.sh ENTRYPOINT ["/start.sh"]