Blame view

docker/PYROS_DOCKER_RUN 239 Bytes
e1e75163   Alexis Koralewski   fixing issue with...
1
2
3
4
5
#!/bin/bash

#if no container is running
if ! docker ps | grep -q 'db_pyros|pyros'
then
da7c081d   Alexis Koralewski   remove extension ...
6
    echo "db_pyros or pyros weren't running, starting them..."
e1e75163   Alexis Koralewski   fixing issue with...
7
8
9
    ./PYROS_DOCKER_START.bat
fi
docker exec -it pyros python3 pyros.py start webserver