mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 09:22:38 +02:00
Fix Docker test in CI
This commit is contained in:
parent
08fe75c32e
commit
35013eff22
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ services:
|
|||
build: .
|
||||
sut:
|
||||
image: alpine
|
||||
command: sh -c 'wget -qO- ihatemoney:8000/healthcheck | grep "OK"'
|
||||
command: sh -c 'sleep 5; wget -qO- ihatemoney:8000/healthcheck | grep "OK"'
|
||||
depends_on:
|
||||
- ihatemoney
|
||||
|
|
Loading…
Reference in a new issue