diff --git a/docker/PYROS_DOCKER_START.bat b/docker/PYROS_DOCKER_START.bat index f1a3593..0b331a2 100755 --- a/docker/PYROS_DOCKER_START.bat +++ b/docker/PYROS_DOCKER_START.bat @@ -1,4 +1,4 @@ +CURRENT_UID=$(id -u) +export CURRENT_UID docker-compose down --remove-orphans - -CURRENT_UID=$(id -u) docker-compose up -d - +docker-compose up -d \ No newline at end of file -- libgit2 0.21.2