docker-php-nginx/run_tests.sh
2021-04-13 22:43:03 +02:00

4 lines
96 B
Bash
Executable File

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