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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user