1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-17 05:18:38 -04:00

Update Dockerfile-dev to include uwsgi

This commit is contained in:
2023-07-24 00:13:28 +00:00
parent 8891cd3002
commit 1ab9c3fee4
2 changed files with 2 additions and 4 deletions
-2
View File
@@ -13,8 +13,6 @@ if [ ! -z "${APRSD_PLUGINS}" ]; then
done
fi
pip3 install gevent uwsgi
if [ -z "${LOG_LEVEL}" ] || [[ ! "${LOG_LEVEL}" =~ ^(CRITICAL|ERROR|WARNING|INFO)$ ]]; then
LOG_LEVEL="DEBUG"
fi