aboutsummaryrefslogtreecommitdiffstats
path: root/entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'entrypoint.sh')
-rw-r--r--entrypoint.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/entrypoint.sh b/entrypoint.sh
deleted file mode 100644
index 610bf84..0000000
--- a/entrypoint.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-# 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