Skip to content

Commit

Permalink
git pull --recurse-submodules update to new docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ebolam committed Dec 21, 2022
1 parent 3b4a257 commit 251d41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-standalone/docker-helper_new.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
cd /opt/koboldai
if [[ -n update ]];then
git pull
git pull --recurse-submodules
fi

#The goal here is to allow any directory in /content to be mapped to the appropriate dir in the koboldai dir
Expand Down

0 comments on commit 251d41a

Please sign in to comment.