Skip to content

Commit

Permalink
[container] Change clone path
Browse files Browse the repository at this point in the history
  • Loading branch information
matsp committed Feb 29, 2024
1 parent b4d60f8 commit cf6353e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .arch/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ USER $USER
ENV DOTFILES_CONTAINER=1


RUN git clone --bare git@github.com:matsp/dotfiles.git $HOME/.dotfiles \
RUN git clone --bare https://github.com/matsp/dotfiles.git $HOME/.dotfiles \
&& alias dotfiles='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"' \
&& dotfiles checkout \
&& dotfiles config --local status.showUntrackedFiles no \
Expand Down

0 comments on commit cf6353e

Please sign in to comment.