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