Commit 68c3cc1e30d25554a052dc1682e5461efbad7a93

Authored by Etienne Pallier
1 parent e5d50896
Exists in dev

ajout commentaires log

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
docker/PYROS_DOCKER_RUN_WEBSERVER_ONLY
... ... @@ -6,5 +6,7 @@ then
6 6 echo "db_pyros or pyros weren't running, starting them..."
7 7 ./PYROS_DOCKER_START.bat
8 8 fi
9   -docker exec -it pyros python3 pyros.py start webserver $@
  9 +docker exec -it pyros python3 pyros.py -d start webserver $@
  10 +#docker exec -it pyros python3 pyros.py start webserver $@
  11 +#docker exec -it pyros python3 pyros.py -d start -o tnc webserver $@
10 12  
... ...