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