Initial commit

This commit is contained in:
2025-01-06 23:08:30 +04:00
commit 8099df95b5
18 changed files with 574 additions and 0 deletions

3
run_tests.sh Normal file
View File

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