From 4921403842f02eba2991df1795c67d3706b245c7 Mon Sep 17 00:00:00 2001 From: arne Date: Tue, 31 Jan 2023 21:41:31 +0100 Subject: [PATCH] update init script --- entrypoint.sh | 2 +- webapp.initrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 5aab7ec..a04eb9c 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -6,4 +6,4 @@ git pull python3 -m venv env source env/bin/activate pip3 install -U -r requirements.txt -python3 app.py \ No newline at end of file +exec python3 app.py diff --git a/webapp.initrc b/webapp.initrc index c91431c..d3913ea 100755 --- a/webapp.initrc +++ b/webapp.initrc @@ -9,4 +9,5 @@ error_logger="/usr/bin/logger" depend() { need net + use logger } \ No newline at end of file