Use uWSGI in Docker
Compare changes
Files
2+ 3
− 2
@@ -13,6 +13,7 @@ ENV PIP_USE_DEPRECATED legacy-resolver
@@ -26,7 +27,7 @@ RUN apt-get -y update && \
@@ -48,7 +49,7 @@ RUN set -e; \
Now that we can start uWSGI directly, we can use it to replace gunicorn in Docker as well.