run_tests.sh 95 B

123
  1. #!/usr/bin/env sh
  2. apk --no-cache add curl
  3. curl --silent --fail http://app:8080 | grep 'PHP 8.1'