diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2025-04-27 21:18:34 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2025-04-27 21:18:34 +0100 |
commit | dd3f431d2f20409ccb490241e70687a5f5c7c79c (patch) | |
tree | 5c3f66ca9a0021b03d5ceddeaa1b5e77503471e7 /entrypoint.sh | |
parent | f0a4fd5c9b632633443f8a5bf4475cbf33fed8d5 (diff) | |
download | eda.gay-dd3f431d2f20409ccb490241e70687a5f5c7c79c.tar.gz eda.gay-dd3f431d2f20409ccb490241e70687a5f5c7c79c.zip |
Diffstat (limited to 'entrypoint.sh')
-rw-r--r-- | entrypoint.sh | 3 |
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 |