aboutsummaryrefslogtreecommitdiffstats
path: root/entrypoint.sh
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2023-08-07 17:12:05 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2023-08-07 17:12:05 +0100
commit8932f0ca188092891f8798f77c0643cc69f6f29f (patch)
tree903bcba749522fd1979101e34f61ddee4bc8a877 /entrypoint.sh
parent759ccd84ab78a5962172e8969d4084a53f8fb154 (diff)
downloadyaoi-communism-8932f0ca188092891f8798f77c0643cc69f6f29f.tar.gz
yaoi-communism-8932f0ca188092891f8798f77c0643cc69f6f29f.zip
Changed to work with new twitter API, changed cron system
Diffstat (limited to 'entrypoint.sh')
-rw-r--r--entrypoint.sh4
1 files changed, 4 insertions, 0 deletions
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