From 0e8ada1eff8799437c9be1bc2af10d6198fa8cad Mon Sep 17 00:00:00 2001 From: jwansek Date: Tue, 29 Apr 2025 18:51:40 +0100 Subject: Added inline HTML into blogposts, refactored a bit --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'entrypoint.sh') 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 -- cgit v1.2.3