Loading Dockerfile +3 −3 Original line number Diff line number Diff line FROM python:3.13 COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ # We will use /app as our main directory within the Docker container WORKDIR /app # Add /root/.local/bin/ to PATH, which is where UV puts its tools ENV PATH=$PATH:/root/.local/bin/ RUN apt-get update \ && apt-get install -y \ Loading @@ -14,4 +14,4 @@ RUN apt-get update \ # Install productive Coliverter RUN uv tool install git+https://gitlab.cl.uni-heidelberg.de/fachschaft/coliverter.git ENTRYPOINT ["/root/.local/bin/coliverter"] ENTRYPOINT ["coliverter"] Loading
Dockerfile +3 −3 Original line number Diff line number Diff line FROM python:3.13 COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ # We will use /app as our main directory within the Docker container WORKDIR /app # Add /root/.local/bin/ to PATH, which is where UV puts its tools ENV PATH=$PATH:/root/.local/bin/ RUN apt-get update \ && apt-get install -y \ Loading @@ -14,4 +14,4 @@ RUN apt-get update \ # Install productive Coliverter RUN uv tool install git+https://gitlab.cl.uni-heidelberg.de/fachschaft/coliverter.git ENTRYPOINT ["/root/.local/bin/coliverter"] ENTRYPOINT ["coliverter"]