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:
@@ -10,5 +10,4 @@ registry:
|
|||||||
builder:
|
builder:
|
||||||
multiarch: false
|
multiarch: false
|
||||||
healthcheck:
|
healthcheck:
|
||||||
path: /
|
cmd: wget -qO- http://localhost > /dev/null
|
||||||
port: 80
|
|
||||||
|
|||||||
Reference in New Issue
Block a user