mirror of
https://github.com/yuukiwww/taiko-web.git
synced 2024-10-22 17:05:49 +02:00
4 lines
125 B
Bash
4 lines
125 B
Bash
|
#!/bin/bash
|
||
|
chmod +x wait-for-it.sh
|
||
|
./wait-for-it.sh -s -t 300 $TAIKO_WEB_MONGO_HOST:27017 -- python app.py 34801 -b 0.0.0.0
|