diff options
Diffstat (limited to 'entrypoint.sh')
-rw-r--r-- | entrypoint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entrypoint.sh b/entrypoint.sh index ecd86dc..335ad66 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,3 +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 +python3 /app/edaweb/app.py --production
\ No newline at end of file |