diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 7a024505..fafcc05d 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -220,7 +220,6 @@ start_and_monitor() { ${WGDASH}/src/venv/bin/gunicorn --config ${WGDASH}/src/gunicorn.conf.py - /usr/sbin/resolvconf -u if [ $? -ne 0 ]; then echo "Loading WGDashboard failed... Look above for details."