diff --git a/run.sh b/run.sh index 213dc7a..7f2d605 100644 --- a/run.sh +++ b/run.sh @@ -1,3 +1,6 @@ #!/bin/sh +# Start PHP-FPM in the background +php-fpm -D +# Start Apache service httpd start \ No newline at end of file