Fix Docker test in CI

This commit is contained in:
Baptiste Jonglez 2023-02-03 19:51:33 +01:00 committed by zorun
parent 08fe75c32e
commit 35013eff22

View file

@ -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