mirror of
https://github.com/netfun2000/docker-php-nginx.git
synced 2026-04-22 00:29:10 +08:00
Added automated smoketest
This commit is contained in:
3
run_tests.sh
Executable file
3
run_tests.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
apk --no-cache add curl
|
||||
curl --silent --fail http://app:8080 | grep 'PHP 7.3'
|
||||
Reference in New Issue
Block a user