Commit c806f79b82b90e742f0ba54d05182ab75488d655

Authored by Alexis Koralewski
1 parent 428deb62
Exists in dev

fixing warning of current_uid variable for pyros_docker_start

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
docker/PYROS_DOCKER_START.bat
  1 +CURRENT_UID=$(id -u)
  2 +export CURRENT_UID
1 3 docker-compose down --remove-orphans
2   -
3   -CURRENT_UID=$(id -u) docker-compose up -d
4   -
  4 +docker-compose up -d
5 5 \ No newline at end of file
... ...