#!/bin/bash # Start the cron service in the background service cron start # Execute the default Docker CMD (which starts Apache in the foreground) exec "$@"