Added automated smoketest

This commit is contained in:
Tim de Pater
2019-11-05 15:21:21 +01:00
parent 6084df92ac
commit 775a6295aa
2 changed files with 14 additions and 0 deletions

3
run_tests.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env sh
apk --no-cache add curl
curl --silent --fail http://app:8080 | grep 'PHP 7.3'