Skip to content

Commit

Permalink
set colors in env
Browse files Browse the repository at this point in the history
  • Loading branch information
FloSch62 committed Jan 12, 2025
1 parent 1669ea3 commit 201a416
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
ENV PATH="/root/.local/bin:${PATH}"

# Set terminal environment variables
ENV TERM=xterm-256color
ENV COLORTERM=truecolor

# Set up working directory
WORKDIR /app

Expand Down

0 comments on commit 201a416

Please sign in to comment.