Add in CronJob to update the Financial Data every 2 days
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user