Skip to content

Commit 57cd3da

Browse files
committed
Dockerfile: Drop $PATH overwrite
1 parent 7511221 commit 57cd3da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)