From dd3f431d2f20409ccb490241e70687a5f5c7c79c Mon Sep 17 00:00:00 2001 From: jwansek Date: Sun, 27 Apr 2025 21:18:34 +0100 Subject: Added caching docker info with cron --- entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 entrypoint.sh (limited to 'entrypoint.sh') diff --git a/entrypoint.sh b/entrypoint.sh new file mode 100644 index 0000000..ecd86dc --- /dev/null +++ b/entrypoint.sh @@ -0,0 +1,3 @@ +printenv | grep -v "no_proxy" >> /etc/environment +tmux new-session -d -s "cron" 'cron -f || bash && bash'; +python3 /app/app.py --production \ No newline at end of file -- cgit v1.2.3