mirror of
https://github.com/mashirozx/docker-php-nginx.git
synced 2024-11-01 04:28:14 +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 7.3'
|