implement docker remote and local cron job
This commit is contained in:
7
entrypoint.sh
Normal file
7
entrypoint.sh
Normal 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
|
||||
Reference in New Issue
Block a user