Fix the integration test healthcheck

The alpine nginx container doesn't contain curl, so let's override the
healthcheck command to use wget.
This commit is contained in:
Donal McBreen
2023-04-28 14:19:15 +01:00
parent 4fa6a6c06d
commit a77428143f

View File

@@ -10,5 +10,4 @@ registry:
builder: builder:
multiarch: false multiarch: false
healthcheck: healthcheck:
path: / cmd: wget -qO- http://localhost > /dev/null
port: 80