Dockerfile.debian building and running

This commit is contained in:
Adam Outler
2025-10-08 19:55:16 -04:00
parent 558ab44d3f
commit 016a6adf42
16 changed files with 111553 additions and 2062 deletions

View File

@@ -1,2 +1,4 @@
# Schedule cron jobs
* * * * * /app/back/cron_script.sh
# Every minute check for cron jobs
* * * * * /services/cron_script.sh
# Update vendors 4x/d
0 */6 * * * /services/update_vendors.sh