3 lines
95 B
Bash
3 lines
95 B
Bash
|
#!/usr/bin/env sh
|
||
|
apk --no-cache add curl
|
||
|
curl --silent --fail http://app:8080 | grep 'PHP 7.4'
|