Initial Commit

This commit is contained in:
2026-02-12 23:41:57 -03:00
commit 624ca8a587
16599 changed files with 2062633 additions and 0 deletions

5
entrypoint.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
set -e
# Start PHP-FPM in the background (official php image: /usr/local/sbin/php-fpm)
/usr/local/sbin/php-fpm -D
exec nginx -g 'daemon off;'