alpine-php7-webserver/run_tests.sh
2024-12-03 15:40:44 +01:00

3 lines
No EOL
95 B
Bash
Executable file

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