docs: simplified setup of repository

This commit is contained in:
Andrew Rioux
2023-04-29 02:43:31 -04:00
parent 2f9684643a
commit 17f3829400
2 changed files with 2 additions and 2 deletions

View File

@@ -19,5 +19,5 @@
}
},
"runArgs": ["--privileged"],
"postStartCommand": "nohup bash -c 'dockerd &' > /docker.log 2> /docker.log"
"postStartCommand": "git submodule update --init; chown -R 1000:1000 .; nohup bash -c 'dockerd &' > /docker.log 2> /docker.log"
}