Files
dw0/conf/entrypoint.sh
2025-09-06 02:02:59 +02:00

4 lines
62 B
Bash

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