This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
docker-php-nginx
Watch
1
Star
0
Fork
0
You've already forked docker-php-nginx
mirror of
https://github.com/mashirozx/docker-php-nginx.git
synced
2024-11-01 12:38:15 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
1c140e8245
docker-php-nginx
/
run_tests.sh
4 lines
96 B
Bash
Raw
Normal View
History
Unescape
Escape
Added automated smoketest
2019-11-05 22:21:21 +08:00
#!/usr/bin/env sh
apk --no-cache add curl
Upgrade to PHP8.0
2021-04-14 04:43:03 +08:00
curl --silent --fail http://app:8080
|
grep
'PHP 8.0'
Reference in New Issue
Copy Permalink