aboutsummaryrefslogtreecommitdiffstats
path: root/entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'entrypoint.sh')
-rw-r--r--entrypoint.sh3
1 files changed, 3 insertions, 0 deletions
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