Files
dw0/conf/entrypoint.sh
2025-09-12 23:50:21 +02:00

4 lines
65 B
Bash

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