We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff72fdd commit 3c8618fCopy full SHA for 3c8618f
1 file changed
Dockerfile
@@ -115,7 +115,7 @@ USER node
115
ENV \
116
NODE_OPTIONS="--max-old-space-size=4096" \
117
CLAUDE_CONFIG_DIR="/home/node/.claude" \
118
- POWERLEVEL9K_DISABLE_GITSTATUS="true"
+ PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/go/bin
119
120
COPY docker-entrypoint.sh /docker-entrypoint.sh
121
COPY .bash_aliases /home/node/
0 commit comments