3 lines
66 B
Bash
3 lines
66 B
Bash
#!/bin/sh
|
|
set -e
|
|
curl -sf http://localhost:7001/healthz >/dev/null |
#!/bin/sh
|
|
set -e
|
|
curl -sf http://localhost:7001/healthz >/dev/null |