From ff5daae1ed76817a3f6441d88bc657150b0ed817 Mon Sep 17 00:00:00 2001 From: cswimr Date: Fri, 15 Nov 2024 00:03:16 -0500 Subject: [PATCH] set FORCE_COLOR=1 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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 - && \