Skip to content

Commit 3c8618f

Browse files
authored
add go bin to PATH
1 parent ff72fdd commit 3c8618f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ USER node
115115
ENV \
116116
NODE_OPTIONS="--max-old-space-size=4096" \
117117
CLAUDE_CONFIG_DIR="/home/node/.claude" \
118-
POWERLEVEL9K_DISABLE_GITSTATUS="true"
118+
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/go/bin
119119

120120
COPY docker-entrypoint.sh /docker-entrypoint.sh
121121
COPY .bash_aliases /home/node/

0 commit comments

Comments
 (0)