We can transition the con‐tainer to use uWSGI by just modifying two lines in the Dockerfile: FROM python:3.4 RUN pip install Flask==0.10.1 uWSGI==2.0.8 ...
確定! 回上一頁