implement docker remote and local cron job

This commit is contained in:
2024-12-05 15:08:38 -06:00
parent 1f6247d3d3
commit 37cfee3c31
7 changed files with 70 additions and 7 deletions

7
entrypoint.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# Export AWS environment variables to /etc/environment
printenv | grep '^AWS_' >> /etc/environment
# Start cron in the foreground
cron -f