Spaces:
Build error
Build error
File size: 149 Bytes
0827183 |
1 2 3 4 5 6 7 8 |
#!/bin/bash
set -e
echo "Starting SSH ..."
service ssh start
# flask run --port 3978 --host 0.0.0.0
python /functionaltestbot/app.py --host 0.0.0.0 |