Files
sermon-notes/bin/entrypoint.sh
2026-03-27 12:55:06 -04:00

6 lines
157 B
Bash

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