Skip to content

Commit 84993d6

Browse files
committed
fix: path for run claude
1 parent a384de9 commit 84993d6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ARG USER_UID=1000
1212
ARG USER_GID=$USER_UID
1313

1414
ENV DEBIAN_FRONTEND=noninteractive
15+
ENV PATH="/home/vscode/.local/bin:$PATH"
1516

1617
# Installation: Claude Code + outils d'analyse et debug
1718
RUN apt-get update && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)