diff --git a/bin/entrypoint.sh b/bin/entrypoint.sh new file mode 100644 index 0000000..b0c8774 --- /dev/null +++ b/bin/entrypoint.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# Start the cron service in the background +service cron start + +# Execute the default Docker CMD (which starts Apache in the foreground) +exec "$@" \ No newline at end of file