Skip to content

Commit 2435958

Browse files
committed
Dockerfile: Drop $PATH overwrite
1 parent 636f142 commit 2435958

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ RUN groupadd --gid 1000 bot && \
88
USER bot
99
WORKDIR /home/bot
1010

11-
ENV PATH="/home/bot/.local/bin:$PATH"
12-
1311
COPY --chown=bot:bot pyproject.toml uv.lock ./
1412
COPY --chown=bot:bot src ./src
1513

0 commit comments

Comments
 (0)