FROM cboulanger/pdf-tei-editor:v0.9.0 RUN apt-get update && \ apt-get install -y \ bash \ git git-lfs \ wget curl procps \ htop vim nano && \ rm -rf /var/lib/apt/lists/* COPY --chown=root entrypoint.sh /entrypoint.sh RUN chmod 777 /entrypoint.sh # RUN chmod 777 /app # RUN mkdir -m 777 -p /.cache/uv # ENTRYPOINT ["/entrypoint.sh"] CMD /entrypoint.sh # CMD [".venv/bin/python", "bin/start-prod", "0.0.0.0", "8080"]