Commit 0977ece684c86b1b1cbce87d9b2e8c14ee76ef69

Authored by Alexis Koralewski
1 parent 78c90a83
Exists in dev

Adding git pull in PYROS_DOCKER_UPDATE before executing pyros.py update within container

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
docker/PYROS_DOCKER_UPDATE
@@ -6,5 +6,6 @@ then @@ -6,5 +6,6 @@ then
6 echo "db_pyros or pyros weren't running, starting them..." 6 echo "db_pyros or pyros weren't running, starting them..."
7 ./PYROS_DOCKER_START.bat 7 ./PYROS_DOCKER_START.bat
8 fi 8 fi
  9 +git pull
9 docker exec -it pyros python3 pyros.py update 10 docker exec -it pyros python3 pyros.py update
10 11