Commit 726df8e1a3306b41d2b38b7e2afae7f401168b4a

Authored by Alexis Koralewski
1 parent 89e6dc93
Exists in dev

Add passing args to run_webserver_only bat script

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
docker/PYROS_DOCKER_RUN_WEBSERVER_ONLY.bat
1   -docker exec -it pyros python3 pyros.py start webserver
  1 +docker exec -it pyros python3 pyros.py start webserver %*
2 2  
... ...