File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11alias ll=' ls -l'
2-
3- if [ ! -d " $HOME /.local/bin" ]; then
4- mkdir -p " $HOME /.local/bin"
5- fi
6-
7- export PATH=" $HOME /.local/bin:$PATH "
Original file line number Diff line number Diff line change @@ -146,4 +146,6 @@ ENV \
146146COPY docker-entrypoint.sh /docker-entrypoint.sh
147147COPY .bash_aliases /home/node/
148148
149+ RUN claude install
150+
149151ENTRYPOINT [ "/docker-entrypoint.sh" ]
Original file line number Diff line number Diff line change @@ -12,11 +12,12 @@ sudo /usr/local/bin/init-firewall.sh \
1212# sometimes i forget where i started after all the firewall rule stdout
1313ls -la
1414
15+ if [ -d " $HOME /.local/bin" ]; then
16+ export PATH=" $HOME /.local/bin:$PATH "
17+ fi
18+
1519if [ " $# " -eq 0 ]; then
1620 exec /bin/bash -l
1721else
18- if [ " $1 " = " claude" ]; then
19- claude install
20- fi
2122 exec " $@ "
2223fi
You can’t perform that action at this time.
0 commit comments