alpine-php8-webserver/run_tests.sh
holzi1005 8abb21386a
Some checks are pending
buildx / buildx (push) Waiting to run
first commit
2024-12-07 20:33:11 +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 8.3'