Add in CronJob to update the Financial Data every 2 days

This commit is contained in:
2026-02-16 16:37:35 -08:00
parent 56760f9dff
commit 37687b64c7
5 changed files with 52 additions and 22 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
# Start the cron daemon in the background
service cron start
# Run your main application (this keeps the container alive)
exec /app/WebServer