mirror of
https://github.com/netfun2000/docker-php-nginx.git
synced 2026-04-22 00:29:10 +08:00
4 lines
96 B
Bash
Executable File
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.4'
|