Skip to content

Commit

Permalink
use correct cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codes committed Oct 23, 2024
1 parent 7b20c14 commit 4d402a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ RUN ln -s $(go env GOPATH)/bin/jsonnet /usr/local/bin
RUN ln -s $(go env GOPATH)/bin/jb /usr/local/bin

RUN mkdir -p ~/.kube
COPY .devcontainer/bash_profile_setup.sh /root/.bash_profile_setup.sh
COPY bash_profile_setup.sh /root/.bash_profile_setup.sh
RUN echo "source ~/.bash_profile_setup.sh" >>/root/.bashrc
RUN echo "source ~/.bash_profile_setup.sh" >>/root/.bash_profile

0 comments on commit 4d402a8

Please sign in to comment.