Update setup-docker.sh

Same update to the docker script to resolve submodule mismatches
This commit is contained in:
Jarod Mica 2024-06-10 13:27:05 -07:00 committed by GitHub
parent 349f39ca84
commit 3a324401e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@
function main() { function main() {
if [ ! -f modules/tortoise-tts/README.md ]; then if [ ! -f modules/tortoise-tts/README.md ]; then
git submodule init git submodule init
git submodule update --remote git submodule update
fi fi
docker build \ docker build \
--build-arg UID=$(id -u) \ --build-arg UID=$(id -u) \