new commits on client

This commit is contained in:
2019-09-24 17:45:20 +02:00
parent cabae621b7
commit b4328dca7b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ sudo docker-compose logs -f
update the code
```
git pull origin master
git submodule update --recursive --remote
git pull --recurse-submodules
```
restart the containers
```