From 8932f0ca188092891f8798f77c0643cc69f6f29f Mon Sep 17 00:00:00 2001 From: jwansek Date: Mon, 7 Aug 2023 17:12:05 +0100 Subject: Changed to work with new twitter API, changed cron system --- entrypoint.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 entrypoint.sh (limited to 'entrypoint.sh') diff --git a/entrypoint.sh b/entrypoint.sh new file mode 100644 index 0000000..610bf84 --- /dev/null +++ b/entrypoint.sh @@ -0,0 +1,4 @@ +# https://stackoverflow.com/questions/27771781/how-can-i-access-docker-set-environment-variables-from-a-cron-job/35088810#35088810 +printenv | grep -v "no_proxy" >> /etc/environment + +cron -f \ No newline at end of file -- cgit v1.2.3