mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 22:25:09 +00:00
bring that back
This commit is contained in:
parent
63864ce030
commit
24202c721c
1 changed files with 2 additions and 0 deletions
2
test.sh
2
test.sh
|
|
@ -6,6 +6,8 @@ docker container ls | grep redis-cache
|
|||
docker container ls | grep redis-queue
|
||||
docker container ls | grep redis-socketio
|
||||
|
||||
cat <(./dbench start) &
|
||||
|
||||
while ! [[ $i == 20 ]]
|
||||
do
|
||||
output=$( curl "http://localhost:8000" )
|
||||
|
|
|
|||
Loading…
Reference in a new issue