diff --git a/entrypoint.sh b/entrypoint.sh index c3469b7..758f533 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,7 +1,10 @@ #!/bin/sh echo "[ INFO ] Starting PHP-FPM" -php-fpm7 -D +php-fpm7 -D # Background + +echo "[ INFO ] Starting cron" +crond # Background echo "[ INFO ] Starting nginx" -nginx -g "daemon off;" \ No newline at end of file +nginx -g "daemon off;" # Foreground \ No newline at end of file