php-with-apache2/entrypoint.sh

7 lines
147 B
Bash
Raw Normal View History

2024-06-03 10:15:43 +00:00
#!/bin/sh
2024-06-11 04:41:57 +00:00
# setting php.ini
sed -i 's/expose_php = On/expose_php = Off/' /usr/local/etc/php/php.ini
2024-06-03 10:38:41 +00:00
# service crond start
2024-06-03 10:15:43 +00:00
exec apache2-foreground