change: add two versions, php and non-php

This commit is contained in:
2024-12-01 11:08:35 -07:00
parent a69735f7f2
commit 3f9f861400
5 changed files with 209 additions and 20 deletions

View File

@@ -1,4 +1,6 @@
#!/usr/bin/with-contenv bash
# shellcheck shell=bash
exec /usr/sbin/php-fpm83 -F
if [[ -f /usr/sbin/php-fpm83 ]]; then
exec /usr/sbin/php-fpm83 -F
fi