w0bm goes docker

This commit is contained in:
x
2025-09-06 02:02:59 +02:00
commit e292217d0e
5 changed files with 130 additions and 0 deletions

4
conf/entrypoint.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
set -e
php-fpm7.1 -F &
exec nginx -g "daemon off;"