Update for V2.0 #27

Merged
ryan merged 80 commits from 1.3 into main 2026-06-21 20:46:16 -04:00
Showing only changes of commit 9fdda7e2ba - Show all commits
+6
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 "$@"