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 559ab4e2a8 - Show all commits
+2
View File
@@ -2,5 +2,7 @@
# Start the cron service in the background # Start the cron service in the background
service cron start service cron start
chown -R www-data:www-data /var/www/html/var
# Execute the default Docker CMD (which starts Apache in the foreground) # Execute the default Docker CMD (which starts Apache in the foreground)
exec "$@" exec "$@"