set FORCE_COLOR=1
All checks were successful
Actions / build (push) Successful in 2m10s

This commit is contained in:
Seaswimmer 2024-11-15 00:03:16 -05:00
parent ad5618c6b4
commit ff5daae1ed
Signed by: cswimr
GPG key ID: A9C162E867C851FA

View file

@ -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 - && \