@@ -18,6 +18,7 @@ sudo usermod -G docker labkey
```bash
sudo su labkey
+cd
git init .
git remote add origin <repository-url>
git pull origin master