Files
AllMail/webmail/entrypoint.sh
Aditya Pulipaka 70ee32efdd
Some checks failed
Deploy to Server / deploy (push) Failing after 5s
beforeLocal
2026-05-05 00:47:39 +00:00

9 lines
124 B
Bash

#!/bin/sh
set -e
# Start PHP-FPM in the background
php-fpm -D
# Start Nginx in the foreground
exec nginx -g "daemon off;"