diff --git a/Dockerfile b/Dockerfile index d6b5014..97911b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM catthehacker/ubuntu:act-latest AS uv COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv ENV UV_PYTHON_PREFERENCE=only-managed +ENV FORCE_COLOR=1 FROM uv AS docs RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \