docker-php-nginx/run_tests.sh
2019-11-05 15:21:21 +01: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 7.3'