add: entrypoint

This commit is contained in:
2026-03-27 12:55:06 -04:00
parent 2e4028d623
commit 9fdda7e2ba

6
bin/entrypoint.sh Normal file
View File

@@ -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 "$@"