alpine-php8-webserver/run_tests.sh

3 lines
95 B
Bash
Raw Normal View History

2024-12-07 20:33:11 +01:00
#!/usr/bin/env sh
apk --no-cache add curl
curl --silent --fail http://app:8080 | grep 'PHP 8.3'